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 significance of the 'tee' command?
What is the use of egrep command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain the steps that a shell follows while processing a command.
What does the “echo” command do?
What is grep and how do you use it?
What is grep r?
Why is awk called awk?
What is the use of tee command?
What is command statement?
What are the commands in UNIX to list the files in a Directory?
What difference between cmp and diff commands?
What is the command to view process running?
What is the use of the command 'ls -x chapter[1-5]' ?
What is $0 bash?