https://github.com/psigfry/ft_ls
https://github.com/psigfry/ft_ls
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psigfry/ft_ls
- Owner: Psigfry
- Created: 2019-12-05T06:40:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T21:26:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T20:32:26.763Z (over 1 year ago)
- Language: C
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_ls
FT_LS - это проект 42, целью которого является имитация функции libc ls
## Installation
Clone the repository to a directory.
```
https://github.com/Psigfry/ft_ls.git
```
Run make to compile the library.
```
cd ft_ls && make && make clean
```
## Basic functions
-l, -R, -a, -r, -t.
## Bonus
-c, -1, -d.
### Sources
```
http://man7.org/linux/man-pages/man1/ls.1.html
http://stackoverflow.com/questions/4674006/set-specific-bit-in-byte
```