diff --git a/_presentations/ssh-for-archivists.html b/_presentations/ssh-for-archivists.html index 2473bf7..34bd766 100644 --- a/_presentations/ssh-for-archivists.html +++ b/_presentations/ssh-for-archivists.html @@ -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