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

https://github.com/psigfry/ft_ls


https://github.com/psigfry/ft_ls

Last synced: 2 months ago
JSON representation

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
```