|
| ||||||||||
| Tags: sort file, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| In windows how to sort files by size ?
|
|
#2
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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: Quote:
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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "In windows how to sort files by size ?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the difference between binary tree sort and heap sort in data structure | sRIPRIYA | Software Development | 3 | 04-01-2011 12:25 AM |
| Can't sort folders by size | Ojibwe | Operating Systems | 6 | 28-08-2010 05:52 AM |
| Can not sort folders by size | BRIGHID | Operating Systems | 4 | 17-08-2010 06:15 AM |
| How to use Bubble sort in C# to sort parallel arraylists | Ground 0 | Software Development | 3 | 03-08-2009 12:12 PM |
| How to Sort images from XML files | Ashish Goenkar | Software Development | 3 | 26-03-2009 07:03 PM |