Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / dina
You can use find . -type d
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Can you explain a little bit about command substitution?
What is the first character of the output in ls l command?
What is awk used for?
What is the use of the command 'ls -x chapter[1-5]' ?
What does #!/ Bin sh do?
Which command is used to find whether the system is 32 bit or 64 bit?
What does awk stand for?
How do you repeat a command in terminal?
How do I search for text in vi?
Explain command to view process running?
How do you grep a case insensitive?
What is the use of cut command in unix?
Enlist some filename manipulation commands in unix.
What command will change your prompt to myprompt?
Differentiate cmp command from diff command.