Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / rocky
find . -name *.* -print
this will print all files in the current directory. For any
other directory give the full path on place of .(dot)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are awk commands?
what is the advaantage of each user having its own copy of the shell?
What does sed command do in unix?
Name the unix command to find how many days the server has been up.
What is the use of finger command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do you grep recursively?
Is command prompt unix?
How do I search for text in vi?
What is {} in find command?
What is the use of tee command?
How many unix commands are there?
How can you see the command line history?
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)?