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 grep in bash?
What is the use of egrep command in unix?
What is nr in awk command?
What is the command to view process running?
What is the search command in unix?
Which command should you use to find the remaining disk space in unix server?
Is command prompt unix?
What is .sh file?
What are bash commands?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the command to find maximum memory taking process on the server?
How do I delete files from command prompt?
Explain mount and unmount command.
Describe the zip/unzip command using gzip.
Which command is used to delete all files in the current directory and all its sub-directories?