home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / oxcc1433.zip / DOC / CFLS.TXT < prev    next >
Text File  |  1995-09-09  |  2KB  |  37 lines

  1. CFLS.TXT
  2.  
  3. `cfls' is a modified version of GNU `ls' which will list normal and
  4. .cff directories.
  5.  
  6. Usage: cfls [-abdgiklnpqrstxABCFNQRSUX1] [path...]\n");
  7.  
  8.   Switch-------------------Meaning\n\
  9.   a, +all                  List all files.\n\
  10.   b, +escape               Quote nongraphic characters.\n\
  11.   d, +directory            List directory name, not contents.\n\
  12.   g,                       Ignored for Unix compatibility.\n\
  13.   i, +inode                Print index number of each file.\n\
  14.   k, +kilobytes            Print file sizes in kilobyte blocks.\n\
  15.   l, +format=long          Print in long format.\n\
  16.   m, +format=commas        List files horizontally, separated by commas.\n\
  17.   p                        Put '/' after each directory, if not multi-col.\n\
  18.   r, +reverse              Sort in reverse order.\n\
  19.   s, +size                 Print the size of each file in blocks allocated.\n\
  20.   t, +sort=time            Sort directory contents by timestamp.\n\
  21.   x, +format=across        Multi-column, sorted horizontally.\n\
  22.   A, +almost-all           List all files except for '.' and '..'.\n\
  23.   B, +ignore-backups       Do not list files that end with '~'.\n\
  24.   C, +format=vertical      Multi-column, sorted vertically.\n\
  25.   F, +classify             Tag the file type of each file.\n\
  26.   N, +literal              Do not quote file names.\n\
  27.   Q, +quote-name           Enclose file names in double quotes.\n\
  28.   R, +recursive            List the contents of directories recursively.\n\
  29.   S, +sort=size            Sort directory contents by file size.\n\
  30.   U, +sort=none            Do not sort directory contents.\n\
  31.   X, +sort=extension       Sort directory contents by file extension.\n\
  32.   1, +format=single-column List one file per line.\n\
  33.   w, +width cols           Assume screen width to be 'cols' wide.\n\
  34.   T. +tabsize cols         Assume that each tabstop is 'cols' wide.\n\
  35.   I, +ignore pattern       Do not list files that match 'pattern'.\n");
  36.  
  37.