Answer Posted / pradeep kumar keshari
LS command is used to see the contains of a Directory. You
can user add one with ls command to see the special files
like hidden, pwd.
# ls - >
#ls -l -> to list the long listed info files/dir
#ls -a -> to list the hidden files/dir
#ls -ld -> to list the long listed information of PWD
#ls -lr -> " " " sub dir level info
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are bash commands?
What is merge command in unix?
What is the command to find hidden files in the current directory?
What is unix command line?
How does the system know where one command ends and another begins?
Name the unix command to find how many days the server has been up.
Who command in unix?
Differentiate cmp command from diff command.
What is the difference between cat and more command?
What is difference between grep and find command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Using unix command how to display no of records in oracle?
What is the use of the tee command?
Why is grep called grep?
What is nr in awk command?