Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / chetan
Hi,
echo *.* will list out all the files in a directory.
( all files are assumed to be having some extension)
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is the difference between awk and grep?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Enumerate some of the most commonly used network commands in unix?
How do I open a port?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is {} in find command?
How do I find previous commands in unix?
Which command is used to kill the last background job?
Differentiate cmp command from diff command.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I clear my terminal history?
Is ‘du’ a command? If so, what is its use?
What is the use of find command in unix?
What is unix command line?
What are filter commands in unix?