git: lt - add new tree-like utility

Alex Hornung alexh at crater.dragonflybsd.org
Thu Jul 8 14:33:46 PDT 2010


commit 55e8571baac29faf60fa8669734feadf9e11b484
Author: Alex Hornung <ahornung at gmail.com>
Date:   Thu Jul 8 22:24:02 2010 +0100

    lt - add new tree-like utility
    
    * lt shows the directory structure below some specified directory much
      like the tree utility does.

Summary of changes:
 usr.bin/Makefile    |    1 +
 usr.bin/lt/Makefile |    4 ++
 usr.bin/lt/lt.1     |   51 +++++++++++++++++++++++++++
 usr.bin/lt/lt.sh    |   97 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 153 insertions(+), 0 deletions(-)
 create mode 100644 usr.bin/lt/Makefile
 create mode 100644 usr.bin/lt/lt.1
 create mode 100755 usr.bin/lt/lt.sh

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/55e8571baac29faf60fa8669734feadf9e11b484


-- 
DragonFly BSD source repository





More information about the Commits mailing list