FreeBSD.software
Home/misc/inplace

inplace

1.2.3_2

Tool to edit files in-place through given filter commands

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

Origin: misc/inplace
Category: misc
Size: 15.9KiB
License: not specified
Maintainer: ports@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
Website: akinori.org
$pkg install inplace

Dependencies (1)

More in misc