DragonFly commits List (threaded) for 2010-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: lt - add new tree-like utility
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]