Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / ravi
you can use the file command, eg file *. Actually file
command is used to display type of the file given as argument.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does touch command do in unix?
What is the use of sed command in unix?
How does the system know where one command ends and another begins?
What is the command to compare two files in unix?
What is s and g in sed command?
Which command is used to restrict incoming messages?
What is grep r?
Describe the zip/unzip command using gzip.
Write a command that will display files in the current directory, in a colored, long format.
Why is awk called awk?
What is updatedb?
What is command substitution?
How do you grep recursively?
Is grep faster than awk?
what is the advaantage of each user having its own copy of the shell?