Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / pritish
echo * | tr " " "\n"
this will display all the files in the current directory
sequentially...
you can also use dir command.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is nr in awk command?
What is the command to find maximum memory taking process on the server?
What are filter commands in unix?
How do I search a whole word in vim?
What does this command do? Cat food 1 > kitty
What is the nmap command?
What does 'mkdir' command do in UNIX?
What does sed command do in unix?
What is $0 bash?
Are you in or at the office?
What do chown command do?
What is the use of egrep command in unix?
What do chmod, chown, chgrp commands do?
What are the commands in UNIX to list the files in a Directory?
What is the general format of unix command syntax?