sed
sed -i 's/unix/linux/' geekfile.txt
-i Edit the file in place without printing to the console (overwrite the file).
Ref: https://www.geeksforgeeks.org/sed-command-in-linux-unix-with-examples/
sed -i 's/unix/linux/' geekfile.txt
-i Edit the file in place without printing to the console (overwrite the file).
Ref: https://www.geeksforgeeks.org/sed-command-in-linux-unix-with-examples/