what is the command to list files in a directory in UNIX?
Answer Posted / peeyush
ls -l |grep '^-'
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of the tee command?
What are the unix commands?
How do you grep recursively?
Explain mount and unmount command.
What does find command return in unix?
Explain command to display different lines that are found when compare two files?
What is the behavioural difference between cmp and diff commands?
What does grep v do?
Explain the steps that a shell follows while processing a command.
Explain ‘system calls’ with respect to unix commands?
What are file commands?
What does this command do,"$more readme.txt“?
Which command should you use to find the remaining disk space in unix server?
What will the following command do?
What is command substitution?