diff --git a/slides/linux_commands.qmd b/slides/linux_commands.qmd index 925dc83..c2ce284 100644 --- a/slides/linux_commands.qmd +++ b/slides/linux_commands.qmd @@ -1,5 +1,3 @@ -# Basic Linux Commands {.smaller} - ## `cd`: Navigate Directories {.smaller} - `cd [directory]` -- Changes the current working directory to the specified directory. - `cd ..` -- Move up one directory level.