Scroll to navigation

LLT(1) User Contributed Perl Documentation LLT(1)

NAME

llt - list create, access and modification times of files

SYNOPSIS

        llt [-r] [-i] [-a|-m|-c] [files] [dirs]
or
        llt -e time

OPTIONS

    show this help
    
    sort in reverse order
    
    case insensitively (not with -a, -m or -c)
    
    sort according to access time
    
    sort according to modification time
    
    sort according to creation time
    
    show unix time (unsigned integer)
    
    print version(s)
    
    parameter is the time since epoch
    llt print the date in a readable format
    this option can be repeated multiple times
    llt will stop executing if no other options or params are choosen
    

Sorting without [-a|-m|-c] is sorting according to file names.

COPYRIGHT

Copyright (c) 2000-2022 by Heinz-Josef Claes (see README). Published under the GNU General Public License v3 or any later version.

2022-03-19 perl v5.34.0