In-Place File Contents Update Operation
Jump to navigation
Jump to search
An In-Place File Contents Update Operation is a File Contents Update Operation that is an In-Place Operation.
- …
- Example(s):
- a CLI-based In-Place File Contents Update, such as:
perl -pi -e 's/you/me/g' file
% perl -i.bak -p -e "s#/home/george#/home/curious#" `find . -print`
, a path string within the files under the local directory
- a CLI-based In-Place File Contents Update, such as:
- See: Array Update.