Skip to content

Commit

Permalink
adds saying goodbye
Browse files Browse the repository at this point in the history
  • Loading branch information
ablwr committed Sep 16, 2018
1 parent 6222609 commit 9dbf6f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _presentations/ssh-for-archivists.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@

`grep`

---
## Saying goodbye

Computer programs have different ways of saying goodbye. Maybe they don't want you to go!

- To leave ssh, type `exit`
- To leave vim, type `:q` (maybe `:q!`)
- To leave mysql, type `\q` or `quit`
- To leave sqlite, type `.quit`
- To leave less, type `q`


---
# Additional Resources

Expand Down

0 comments on commit 9dbf6f4

Please sign in to comment.