diff options
author | knu <knu@FreeBSD.org> | 2004-05-01 19:13:05 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-01 19:13:05 +0000 |
commit | f500e5825229c6c78d376f07ff2eab1273c18627 (patch) | |
tree | 898a59997174dfa56d13dc8f2acd84ac042d54dd /misc/inplace/distinfo | |
parent | fdf93eec14e8d0f6f658bc267458dcf72d89be54 (diff) | |
download | FreeBSD-ports-f500e5825229c6c78d376f07ff2eab1273c18627.zip FreeBSD-ports-f500e5825229c6c78d376f07ff2eab1273c18627.tar.gz |
Add misc/inplace.
The inplace(1) command is a utility to edit files in-place through
given filter commands preserving the original file attributes. Mode
and ownership (user and group) are preserved by default, and time
(access and modification) by choice.
Examples:
# Sort files in-place using sort(1):
inplace sort file1 file2 file3
# Process image files preserving time and taking backup files:
inplace -t -b.orig 'convert -rotate 270 -resize 50%% %1 %2' *.jpg
Diffstat (limited to 'misc/inplace/distinfo')
-rw-r--r-- | misc/inplace/distinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/inplace/distinfo b/misc/inplace/distinfo new file mode 100644 index 0000000..6887ffc --- /dev/null +++ b/misc/inplace/distinfo @@ -0,0 +1,2 @@ +MD5 (inplace-1.0.1.tar.bz2) = 9e37507000b72c5c42a93645b39f64e4 +SIZE (inplace-1.0.1.tar.bz2) = 10006 |