Find / Replace
Remove all lines that contain a specific string
:g/<string>/dExample
ls -la
cat ~/.zshrc
mysql -u root -p TeHpASSword
tar -zcf dump.tar.gz dump.sql
mysql -u root -p TeHpASSword:g/mysql/dls -la
cat ~/.zshrc
tar -zcf dump.tar.gz dump.sqlLast updated