Skip to content

bsibanyo/ft_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ls imitates the ls command.

The ls command is used to list files. ``ls'' on its own lists all files in the current directory except for hidden files.

ls options: ls -a list all files including hidden file starting with '.' ls -l list with long format - show permissions. ls -la list long format including hidden files. ls -r list in reverse order. ls -R list recursively directory tree. ls -t sort by time & date.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published