Skip to content

kasavine/my_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_ls - list directory contents

my_ls [option] [directory] [file]

  • option '-a' - sorting alphabetically
  • option '-t' - sorting by time created
  • my_ls is listing information about the FILEs

How to get and run

Clone my_ls

git clone https://github.com/kasavine/MY_LS.git

Change directory

cd my_ls

Compile & create ./my_ls executable

make all

Run

./my_ls -> it will list all the FILEs of current directory (default)

Clean

make clean

About

MY_LS emulates the behavior of real ls shell command - lists files and directories within the file system and shows detailed information about them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors