Created
June 9, 2018 09:47
-
-
Save ramlaxman/c07e332072422ba42558518c13dfc0be to your computer and use it in GitHub Desktop.
Bash Tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to open multiple files in vi | |
vi {f1,f2,f3} | |
# when opening first file | |
# press INS button | |
# save file with `:wn` | |
# when you are done with last file `:wa` | |
# now to save and quit `:wq` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment