Results 1 to 2 of 2
Hi Friends,
How can we list only files present in a directory in Redhat linux.
The LS commands lists both the files and the directories.
What command can be used ...
- 06-12-2010 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
listing only files
Hi Friends,
How can we list only files present in a directory in Redhat linux.
The LS commands lists both the files and the directories.
What command can be used for the above purpose.
Regards,
Anshul
- 06-12-2010 #2
find can do it
Code:man find
You must always face the curtain with a bow.


Reply With Quote