Definitions for "inplace "
inplace is a shell script which allows the user to transform files in place, sorting them or replacing text within them. It also makes backups and can show diffs.
Describes an operation that occurs directly on input data, without use of a secondary buffer for temporary storage.