Skip to content

Instantly share code, notes, and snippets.

@MarioJuniorPro
Last active January 28, 2019 18:23
Show Gist options
  • Select an option

  • Save MarioJuniorPro/bcd5e2b67072977592c0c7eb114a50e6 to your computer and use it in GitHub Desktop.

Select an option

Save MarioJuniorPro/bcd5e2b67072977592c0c7eb114a50e6 to your computer and use it in GitHub Desktop.
Linux
# Bash PDF
# https://learncodethehardway.org/unix/bash_cheat_sheet.pdf
# kill process
ctrl + x
# send to process background
ctrl + z
# toogle background process to foreground
fg
# Scroll top
Shift + PgUp
# Scroll down
Shift + PgDown
@MarioJuniorPro
Copy link
Author

git branch -D $(printf "%s\n" $(git branch) | grep 'mario')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment