Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / bikash kumar giri
Let the directory is /a
find /a -type f -print
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which command is used to create a directory?
What is the command to find maximum memory taking process on the server?
How do I use grep to find a file?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Give the command for finding the current date.
What is sed awk grep?
What will the following command do?
How do you grep a case insensitive?
What is the use of egrep command in unix?
What does #!/ Bin sh do?
What does 'mkdir' command do in UNIX?
What do chmod, chown, chgrp commands do?
What is the first character of the output in ls l command?
Explain the steps that a shell follows while processing a command.
What do know about tee command and its usage?