what is the command to list files in a directory in UNIX?
Answers were Sorted based on User's Feedback
Answer / brijmohan
ls : this command is used to see the list of file and
folder in present working directory.
ls -ltr : is used to see the file and folder in present
dirctory in alphabetical order.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / p.ashwini
ls command is used to list files in a directory
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the use of finger command?
What is a bash command?
How do you know about running processes of a particular user?
what is the difference between SED and GREP ? Which one is more better and why?
what is the function of grep command?
what is the command to list all files in a directory, including the hidden files in UNIX ?
what is the use of wild cards?
what does the 'tee' command do?
What does find command return in unix?
How does pipe () work?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
Is command prompt unix?