what is the command to list files in a directory in UNIX?
Answer Posted / siva
Try this command
ls -lrt | grep "^-" - for list the only files
ls -lrt | grep "^d" - for list the only directory's
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are file commands?
How do I use grep to search for a file?
Which command should you use to find the remaining disk space in unix server?
What is the nmap command?
What command will change your prompt to myprompt?
What does awk stand for?
What are bash commands?
What is the command to find maximum memory taking process on the server?
What are the unix commands?
What is the comma to show the space allocation of files?
How do I search a whole word in vim?
Why is shebang used?
Using unix command how to display no of records in oracle?
What does touch command do in unix?
What is a bash command?