git: lt - add new tree-like utility

看板DFBSD_commit作者時間15年前 (2010/07/09 06:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 55e8571baac29faf60fa8669734feadf9e11b484 Author: Alex Hornung <ahornung@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
文章代碼(AID): #1CDagXZO (DFBSD_commit)