lstree
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:ls in tree style.
# list tree for UNIX and Windows

This repository is clone of  with some
enhancements.  Please refer original codes to this site.

# USAGE

usage : lstree [options] directory ...
  options
   -a : print all directory
   -d : print only directory
   -l : long print with sort by name
   -t : long print with sort by time
   -z : long print with sort by size
   -r : reverse sort
   -f pattern  : match pattern for filename
   -F filename : pattern file
   -w width : default 80
   -D depth : maximum depth(>=1)
   -h : output HTML without BASE TAG
   -H : output HTML with BASE TAG
   -v : this message
   -V level : Verbose(debug) mode(level 1-9)
  environment variables
   COLUMNS : number of columns for screen/printer(see -w)
# COMPILE ## Compile with MSVC ``` $ nmake -f Make_msvc.mak nodebug=1 ``` ## Compile on UNIX like system ``` $ make ```

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。