Results 1 to 3 of 3
Hi,
Simple admin question:
I have a fedora server and I want a list of all files and archives in the home dir order by smallest/biggest decending.
Ls -al gives ...
- 08-27-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
create overview biggest files
Hi,
Simple admin question:
I have a fedora server and I want a list of all files and archives in the home dir order by smallest/biggest decending.
Ls -al gives only an overview of the current directory.
Thanx, appriciating your suggestions.
- 08-27-2010 #2
- 08-27-2010 #3Just Joined!
- Join Date
- Aug 2010
- Posts
- 18
Code:ls -lhSR /path


Reply With Quote