Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alkuzin/ls

Simple implementation of ls command for Unix-like operating systems
https://github.com/alkuzin/ls

linux-app linux-command linux-command-line linux-shell ls unix unix-shell unix-shell-programs

Last synced: 16 days ago
JSON representation

Simple implementation of ls command for Unix-like operating systems

Awesome Lists containing this project

README

        

# ls

Simple implementation of ls command for Unix-like operating systems

## Installation

Clone this repository:
```console
git clone https://github.com/alkuzin/ls.git
```

Build the project:
```console
mv ls && make all
```

To get list of all available flags:
```console
./ls --help
```

## License

Command to list computer files and directories.
Copyright (C) 2024 Alexander (@alkuzin).

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .