diff options
author | jacula <jacula@FreeBSD.org> | 2010-05-10 06:22:08 +0800 |
---|---|---|
committer | jacula <jacula@FreeBSD.org> | 2010-05-10 06:22:08 +0800 |
commit | 00644f0a9d83e389127721ce5f986e3b23f5eaf8 (patch) | |
tree | cd150f598e9066f18815fcbace8fafc28cde0615 | |
parent | 4228e1e2c0efa11f887e881475c242df81b90ffa (diff) | |
download | freebsd-ports-gnome-00644f0a9d83e389127721ce5f986e3b23f5eaf8.tar.gz freebsd-ports-gnome-00644f0a9d83e389127721ce5f986e3b23f5eaf8.tar.zst freebsd-ports-gnome-00644f0a9d83e389127721ce5f986e3b23f5eaf8.zip |
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)
-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 |