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
Which command should you use to find the remaining disk space in unix server?
Explain command to show the space allocation of files?
What command will change your prompt to myprompt?
Can you enlist some commonly used network commands?
What is the use of find command in unix?
What does the command '$ls | wc –l > file1' do?
Explain command to view process running?
What does 'mkdir' command do in UNIX?
How do I use grep to search for a file?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What will the following command do?
What is the use of sed command in unix?
Which command is used to restrict incoming messages?
What is grep in bash?
What is the behavioural difference between cmp and diff commands?