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 Command will remove a Directory in UNIX?
What are bash commands?
Which command is used to find whether the system is 32 bit or 64 bit?
How do I find previous commands in unix?
What is the difference between AWK and SED commands? Plz give example and explain...
What is the use of egrep command in unix?
Give the command to display space usage on the UNIX file system.
Explain mount and unmount command.
what is the use of uniq commmand?
Give two UNIX kernel parameters that effect an Oracle install
What does the metacharacter mean?
How do you move a process which is running background to foreground?