Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Look into the du and sort commands.

    Also handy is ncdu.

    Google

  3. #3
    Just Joined!
    Join Date
    Aug 2010
    Posts
    18
    Code:
    ls -lhSR /path

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...