clarify various entries

This commit is contained in:
Malin Freeborn
2021-05-15 16:41:45 +02:00
parent 95d9ddf031
commit 4f1ca14d02
9 changed files with 101 additions and 305 deletions

View File

@@ -16,9 +16,9 @@ Have a look at **a**ll the files:
`. ..`
So `.` means 'here' and `..` means 'you see stairs leading downwards'.
So `.` means 'here' and `..` means 'you see stairs leading downwards' (e.g. 'the directory behind you').
Find out where you are by **p**rinting out your **c**urrent '**d**irectory' (i.e. 'location'):
Find out where you are by **p**rinting out your **w**orking '**d**irectory' (i.e. 'location'):
> pwd
@@ -157,6 +157,10 @@ Make two directories, called 'A', and 'Z':
> mkdir A Z
Make a single directory called 'A Z'
> mkdir 'A Z'
# Text Searches
Measure the disk usage of everything ('\*' means 'everything'), and put it in a file called 'disk usage.txt':