Commit d9460362 authored by bobloblaw's avatar bobloblaw
Browse files

Updates basics_of_linux.md

Auto commit by GitBook Editor
parent 2b117d6c
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@ The shell, or the terminal is a really useful tool. Bash is the standard shell o

### Navigating



**`pwd`**
`pwd`

Print working directory

**cd**
**`cd`**

Change directory

**ls**  
`cd ~`

**`ls`**  
List files in directory

Sort list by time. -time -reverse
@@ -27,15 +27,15 @@ Sort list by time. -time -reverse
ls -ltr
```

**touch**
**`touch`**

Create a new file.

**file**
**`file`**

Show info about file.

**cat**
**`cat`**

Output content of file.