Skip to content

Commit 9dbf6f4

Browse files
committed
adds saying goodbye
1 parent 6222609 commit 9dbf6f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_presentations/ssh-for-archivists.html

+12
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@
6363

6464
`grep`
6565

66+
---
67+
## Saying goodbye
68+
69+
Computer programs have different ways of saying goodbye. Maybe they don't want you to go!
70+
71+
- To leave ssh, type `exit`
72+
- To leave vim, type `:q` (maybe `:q!`)
73+
- To leave mysql, type `\q` or `quit`
74+
- To leave sqlite, type `.quit`
75+
- To leave less, type `q`
76+
77+
6678
---
6779
# Additional Resources
6880

0 commit comments

Comments
 (0)