Last active
January 10, 2019 19:32
-
-
Save bricewge/277601919edc1ff921e69341789c32e7 to your computer and use it in GitHub Desktop.
ft_ls test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u <(LC_ALL=C ls -lR /usr/bin) <(LC_ALL=C ./ft_ls -lR /usr/bin) | |
touch -t 999912312459 future ls -lt | |
ls -l ~/ '' | |
ls - auteur | |
ls ////dev///urandom | |
ls -j ./ | |
ls -- -j ./ | |
ls INVALID Makefile TROLOLOL | |
ls -aR /Library/Scripts/42/munki | |
ls -lt /dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment