Sed – Make a backup before running Expression
Lets say you want to run a sed command, but you want it to save a backup before editing a file. Here is how you do that: sed -i.bak -e 'SED EXPRESSIONRead More…
Lets say you want to run a sed command, but you want it to save a backup before editing a file. Here is how you do that: sed -i.bak -e 'SED EXPRESSIONRead More…