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
Who command in unix operating system?
What is unix command line?
What are the unix commands?
What is nr in awk command?
How does pipe () work?
What is the use of tee command?
What is the unix command to confirm a remote host is alive or not?
Which command will print your home directory on screen?
Are you in or at the office?
What is the command to view process running?
How do I clear my terminal history?
What are filter commands in unix?
Explain command to view process running?
How do I use grep to search for a file?
Using unix command how to display no of records in oracle?