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

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

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.