Results 1 to 3 of 3
I want to find all file system and display them by generation time
for example if I have file call 'ali' generate in May and other file call "sami" generate ...
- 07-28-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 31
How to display file system by generation time
I want to find all file system and display them by generation time
for example if I have file call 'ali' generate in May and other file call "sami" generate in June
it will display like this
ali
sami
can any body help me to do this and which command I have to use?
- 07-28-2007 #2
try this
try man ls for more file sorting optionsCode:ls -t -g
life is the greatest opportunity that the nature had given you
- 07-28-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 31
Thanks it work fin now


Reply With Quote