Skip to content

Instantly share code, notes, and snippets.

@ramlaxman
Created June 9, 2018 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramlaxman/c07e332072422ba42558518c13dfc0be to your computer and use it in GitHub Desktop.
Save ramlaxman/c07e332072422ba42558518c13dfc0be to your computer and use it in GitHub Desktop.
Bash Tips
# 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