https://github.com/luweglarz/ft_ls
My implementation of the GNU ls command
https://github.com/luweglarz/ft_ls
42projects c gnu-coreutils ls
Last synced: 7 months ago
JSON representation
My implementation of the GNU ls command
- Host: GitHub
- URL: https://github.com/luweglarz/ft_ls
- Owner: luweglarz
- Created: 2022-11-09T22:48:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T14:04:38.000Z (over 2 years ago)
- Last Synced: 2024-04-25T00:10:12.872Z (almost 2 years ago)
- Topics: 42projects, c, gnu-coreutils, ls
- Language: C
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a simple implementation of the GNU coreutils ls command.
-Supports the following flags [-tRrla].
-File compare based on C/Posix locales.
-Does not support ACLs.