diff options
author | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-09 22:22:08 +0000 |
---|---|---|
committer | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-09 22:22:08 +0000 |
commit | c9f913bba4ca8d11591c980895d9312efe81651a (patch) | |
tree | cedf2c913520b40246620fa53cfceb038cec4052 /sysutils | |
parent | tren is a general purpose file and directory renaming tool. Unlike (diff) |
tren is a general purpose file and directory renaming tool. Unlike
commands like mv, tren is particularly well suited for renaming
batches of files and/or directories with a single command line
invocation. tren eliminates the tedium of having to script simpler
tools to provide higher-level renaming capabilities.
WWW: http://www.tundraware.com/Software/tren/
PR: ports/146000
Submitted by: Tim Daneliuk <tren@tundraware.com>
Approved by: pgj (mentor)
Notes
Notes:
svn path=/head/; revision=254025
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 007cfd95f0c4..6ef359a545ae 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -822,6 +822,7 @@ SUBDIR += tracker-gnome SUBDIR += tracker-libtrackergtk SUBDIR += tree + SUBDIR += tren SUBDIR += ts SUBDIR += tss SUBDIR += ttyload |