From 11e4f6968f9719f706a9200a4ef8326e76dff57a Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 5 Jun 2024 06:28:38 -0400 Subject: [PATCH 1/3] Add more commands --- theme2/SF100/slides.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme2/SF100/slides.md b/theme2/SF100/slides.md index f5e22b1..851c5ef 100644 --- a/theme2/SF100/slides.md +++ b/theme2/SF100/slides.md @@ -246,8 +246,14 @@ Unix slogan: Everything is a file! | `cp -r` | copy a folder to into another directory | `cp [file.txt] [/tmp/file.txt]` | | `mv` | rename or move a file into another directory | `mv [file.txt] [file1.txt]` | | `rm` | delete a file | `rm [file.txt]` | -| `mkdir` | create a directory | `mkdir [dir]` | | `rm -r` | remove a directory, recursively | `rm -r [dir]` | +| `mkdir` | create a directory | `mkdir [dir]` | +| `find` | find a file | `find [/tmp] -name [file]` | +| `grep` | search for a text pattern inside a file | `grep [text] [/tmp/file.txt]` | +| `less` | to view the text of a text file, one screen at a time | `less [/tmp/file.txt]` | +| `exit` | exit and logout of a Terminal (Terminal-xfce4) session | `exit` | + +Source: ## Directory navigation From 4ef7f1531c6d2e4ba03da230bb898cc64cb2ca10 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 5 Jun 2024 06:28:49 -0400 Subject: [PATCH 2/3] Adjust levels --- theme2/SF100/slides.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme2/SF100/slides.md b/theme2/SF100/slides.md index 851c5ef..1ae626e 100644 --- a/theme2/SF100/slides.md +++ b/theme2/SF100/slides.md @@ -643,7 +643,7 @@ BUT # Some resources -# A cheat sheet +## A cheat sheet [![](cheat-sheet.png){height=600}](cheat-sheet.pdf) @@ -653,7 +653,7 @@ BUT [cheat-sheet-source]: https://gettinggeneticsdone.blogspot.com/2009/03/linux-command-line-cheat-sheet.html -# Resources elsewhere +## Resources elsewhere - [The Linux Command Line, A Complete Introduction][tlcl] by William E. Shotts, Jr. The book is freely available under a Creative @@ -670,7 +670,7 @@ BUT [tupe]: https://archive.org/details/UNIXProgrammingEnvironment -# Other resources +## Other resources - The Internet is pretty great. Use it. - However: DO NOT trust everything you read on the Internet. From f86b200bc7efefdd35a359709e2bc1504496d690 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 5 Jun 2024 06:31:33 -0400 Subject: [PATCH 3/3] Add site-url, twitter-card --- _quarto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 364bd03..1ed4fc0 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -4,6 +4,8 @@ project: website: title: "X-CITE" favicon: /images/logo.png + site-url: https://xcitecourse.org + twitter-card: true navbar: left: