An open API service indexing awesome lists of open source software.

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.

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.