https://github.com/vlmarkov/ls-l
Linux shell style ls -l utility
https://github.com/vlmarkov/ls-l
file-system linux-app
Last synced: about 1 month ago
JSON representation
Linux shell style ls -l utility
- Host: GitHub
- URL: https://github.com/vlmarkov/ls-l
- Owner: vlmarkov
- Created: 2019-03-23T15:16:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T07:42:02.000Z (almost 5 years ago)
- Last Synced: 2024-07-08T21:49:18.514Z (11 months ago)
- Topics: file-system, linux-app
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux shell style ls -l utility
* To build: make
* To build tests: make test (required cmocka)* To run: build/simple-ls
* To run tests: build/test/