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 |
Give the command for finding the current date.
what is the command to find out which shell you are running?
What is a bash command?
Give the command to display space usage on the UNIX file system.
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
what does a process mean?
What do chmod, chown, chgrp commands do?
What command will bring user back to their home directory in UNIX?
Why we are using UNIX OS when we are doing the testing in our application?
What is difference between grep and find command in unix?
what is the command to get help on a UNIX terminal?
In vi editor how do you execute unix commands?