Loading basics_of_linux.md +9 −9 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading Loading
basics_of_linux.md +9 −9 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading