answersLogoWhite

0


Best Answer

What are you trying to sort? Are you trying to consolidate or organize? To organize your files try using Dr Utilz or FileSieve 3.0 to sort through your directories and organize them as you see fit. http://www.snapfiles.com/get/FileSieve.html

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Program to sort files in directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it true or false that a directory is a type of file?

A directory is also known as a folder. It is not a file, rather it is where files are stored. Generally many directories make up a program. And many files are contained in each directory.


How do you change the files from directory i.e if we create a program it will automatically saved into bin directory..but i want to save these files into some other location.please tell me?

This is not strictly true; the way the program may have been written it may save files in the bin directory but that is not usual or standard. When you write a program to save files to a directory you can specify a relative or an absolute path name, and in that way specify exactly where you want the file to be saved. It is all part of the I/O system API.


What is game directory?

All depends on the the game most likely it will be [harddrive]:\Program Files\ [Name of the Company that made it] \ [name of the game] \ Or [harddrive]:\Program Files\ [name of the game] \


What commands will list the files in the working directory in their reverse alphabetical order?

ls | sort -r Use ls command to list all files, in the present directory. Then pipe '|' the output of the ls command to sort -r. The -r option will reverse the sort.


What is the .ssh directory on Unix used for?

Typically, programs store program information in hidden files in your home directory. The 'ssh' program stores cached host keys in the ".ssh" folder.


What is a Warcraft 3 directory?

Warcraft 3's Default Directory On Windows is: C:\Program Files\Warcraft III In this situation A directory is the path you use to find a particular file


Where does Google Chrome place temporary internet files?

The temporary internet files are there in the same place as the directory of Chrome. They can be found out in the Program data.


Write a shell program to delete all the files in the current directory?

in winxp del *.* /Q /S


What is a java directory?

collection of files and directory


Install adobe cs5 master collection copied from program files on another PC?

No, you will have to purchase the program. CS5 and most other commercial programs install files in several areas, not just the Program Files directory. Even if you were to put all the files in the correct place, the copy protection would not let you run the program on a different computer.


What type of program is TreeSize?

The TreeSize program or application can rapidly scan directory sizes and search space hogs. It shows the size of folders, subfolders, and files, and analyzes them.


What is ls -latr?

ls list directory content-l long format, displaying Unix file types, permissions, number of hard links, owner, group, size, date, and file name-a lists all files in the given directory, which names begins with .-r Reverse the order of the sort.-t sort the list of files by modification time.This lists the most recently modified files at the end of the listing. ls -latr is a convenient way to see what has changed recently in a directory.