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
Explain mount and unmount command.
What is grep in bash?
What is in grep command?
What is the use of find command in unix?
What is the nmap command?
Write a command that will display files in the current directory, in a colored, long format.
Write a command to kill the last background job?
What is the function of grep command in unix?
What is the use of tee command?
What is the use of egrep command in unix?
How do I clear my terminal history?
Which command will print your home directory on screen?
Name the various commands that are used for the user information in unix.
What does this command do,"$more readme.txt“?
What is the difference between cat and more command?