Index

Man Page for ls

NAME

       ls - list folder contents



SYNOPSIS

       ls [OPTION]... [Resource]...



DESCRIPTION

       List information about the Resources (the current folder by default).  



       Resources can be specified in the following way:

         - name of a resource in the current folder

         - absolute of relative path

         - the above can optionally contain regexes (strict regex, e.g. H.*me)

         - document id       



       Ls only retrieves the full resources from the Capserver in long mode, 

       which is in consequence very slow in comparison to all other methods.



OPTIONS



       -a          List all

       -b          Print octal escapes for nongraphic characters 

       -d          List directory names instead of contents        

       -C          List entries by columns             

       -l          Use the long listing format (slow)

       -i          List just the ids

       -m          Print in one line, comma separated

       -q          Mark funny characters

       -x          Format in one horizontal line

       -F          Show directory indicator ("/")

       -Q          Enclose entry names in double quotes

       -R          Recursive                 

       -1          Single comlumn mode

       -w [width]  Set the width for column display mode (e.g. -w 120)

       --color     Color ls (works only on compatible terminals)

        

       The long output format is:



       dxacpP   2014     3 userx    DoctypeY  07/04 12:33    DocNameZ

       

       which is composed of



       stati: folder|document,deleted,approved,checked out,published,PlaceApproved

       id

       version

       creator

       doctype

       last modification time

       resource name



       If a user name of doctype is too long, it will be shortened and 

       marked as shortened with a ".". Example: "mylongusername" might turn 

       into "myusern."



       Note: Place approval only works 4.x+



AUTHOR

       Written by JochenT.



REPORTING BUGS

       Report bugs to <jochen@jtoee.com>.



COPYRIGHT

       Copyright © 2004 JTOEE. All rights reserved.