https://github.com/pcapurro/42ls
Minimalist version of bash ls command.
https://github.com/pcapurro/42ls
bash directory directory-analyzer directory-listing directory-tree filesystem ls
Last synced: 4 months ago
JSON representation
Minimalist version of bash ls command.
- Host: GitHub
- URL: https://github.com/pcapurro/42ls
- Owner: pcapurro
- Created: 2025-01-05T14:46:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T17:20:32.000Z (over 1 year ago)
- Last Synced: 2025-06-07T03:37:48.153Z (12 months ago)
- Topics: bash, directory, directory-analyzer, directory-listing, directory-tree, filesystem, ls
- Language: C
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42ls
### « As simple as listing the files in a directory »
This is a simplified version of the POSIX bash `ls` command.
```
./42ls [paths] [options]
```
Supported options: `-l`, `-R`, `-a`, `-r` and `-t`.
Option `--help` is also availaible.