ls is a Linux shell command that lists directory contents of files and directories
ls -t : It sorts the file by modification time, showing the last edited file first
ls -l : To show long listing information about the file/directory
ls -a : To show all the hidden files in the directory, use ‘-a option’. Hidden files in Unix starts with ‘.’ in its file name
ls -t : It sorts the file by modification time, showing the last edited file first
ls -l : To show long listing information about the file/directory
ls -a : To show all the hidden files in the directory, use ‘-a option’. Hidden files in Unix starts with ‘.’ in its file name
0 comments:
Post a Comment