Results 1 to 4 of 4

Thread: In windows how to sort files by size ?

  1. #1
    Join Date
    Feb 2009
    Posts
    12

    In windows how to sort files by size ?

    As we know that we can sort folder by size but i want know that is there any way to sort files on the D drive by file size ? I am having lots of file in my D drive i want to sort that file by size.

  2. #2
    Join Date
    Dec 2008
    Posts
    56

    Re: In windows how to sort files by size ?

    You can sort D drive Files and Folders according to Size. Just click once on Size header to sort the files and folders according to their sizes.

  3. #3
    Join Date
    Aug 2008
    Posts
    281

    Re: In windows how to sort files by size ?

    you can go to the particular directory & right click & select option "arrange icons by" & select size.
    This is what you need to do in your windows explorer.
    I hope this is what you want.

  4. #4
    Join Date
    Oct 2008
    Posts
    24

    Re: In windows how to sort files by size ?

    The following command reads the file Expenses.txt, sorts it in reverse order, and displays it on your screen:

    sort /r expenses.txt
    Sorting the output from a command

    To search a large file named Maillist.txt for the text "Jones," and to sort the results of the search, use the pipe (|) to direct the output of a find command to the sort command, as follows:

    find "Jones" maillist.txt | sort

    The command produces a sorted list of lines that contain the specified text.

Similar Threads

  1. Replies: 3
    Last Post: 04-01-2011, 01:25 AM
  2. Can't sort folders by size
    By Ojibwe in forum Operating Systems
    Replies: 6
    Last Post: 28-08-2010, 05:52 AM
  3. Can not sort folders by size
    By BRIGHID in forum Operating Systems
    Replies: 4
    Last Post: 17-08-2010, 06:15 AM
  4. How to use Bubble sort in C# to sort parallel arraylists
    By Ground 0 in forum Software Development
    Replies: 3
    Last Post: 03-08-2009, 12:12 PM
  5. How to Sort images from XML files
    By Ashish Goenkar in forum Software Development
    Replies: 3
    Last Post: 26-03-2009, 07:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,451,034.65696 seconds with 17 queries