Skip to content

Commit 0ad94e5

Browse files
committed
Update summary.md to reflect reorganisations of the material
1 parent dd8582b commit 0ad94e5

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

docs/summary.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- practical and normally faster in situations where you login with a terminal on a remote system.
99
- The File System
1010
- directory structure starts with the top root directory, shown as <code>/</code>.
11-
- several standard subdirectories: <code>usr/bin</code>, <code>home</code>, <code>usr/lib</code>, <code>usr/lib64</code>, and <code>usr/local/bin</code>.
11+
- several standard subdirectories: <code>/usr/bin</code>, <code>/home</code>, <code>/usr/lib</code>, <code>/usr/lib64</code>, and <code>/usr/local/bin</code>.
1212
- important commands:
1313
- ls: lists files/directories
1414
- cd: change directory
@@ -31,29 +31,19 @@
3131
- Patterns and scripting
3232
- finding patterns
3333
- grep, find
34-
- awk
3534
- wild cards
3635
- regular expressions
3736
- scripting
38-
- Data Handling
39-
- compressing and decompressing
40-
- gzip/gunzip
41-
- bzip/bunzip
42-
- zip
43-
- archiving
44-
- tar, tarballs
45-
- file transfer and syncing
46-
- scp
47-
- sftp
48-
- rsync
49-
- connecting
50-
- ssh
5137
- Hints and tricks
5238
- auto-complete
5339
- short-cuts
5440
- alias
5541
- finding help
5642

43+
!!! Extra Material
44+
45+
We have some advanced material in **EXTRAS**, for you to study on your own.
46+
5747
!!! Questions
5848

5949
- Ask the instructors now

0 commit comments

Comments
 (0)