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

  2. #2
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    try this

    Code:
    ls -t -g
    try man ls for more file sorting options
    life is the greatest opportunity that the nature had given you

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    31
    Thanks it work fin now

Posting Permissions

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