From 994deac906f0a3d98c6f3c088e786db7207d8609 Mon Sep 17 00:00:00 2001 From: jenniferrobledo Date: Wed, 4 Mar 2026 14:18:53 -0500 Subject: [PATCH] Fixed the typo in week 2 unix lecture slide 26 i added a space between the dash dash maybe this will seperate them in the slide so they look like a double dash --- lectures/week2/unix.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/week2/unix.Rmd b/lectures/week2/unix.Rmd index e270edf..ed6e299 100644 --- a/lectures/week2/unix.Rmd +++ b/lectures/week2/unix.Rmd @@ -193,7 +193,7 @@ To see the content of your home directory, open a terminal and type: ls ``` -You can also add **options** (\texttt{`-'} and \texttt{`--'}), **arguments**, and **wild cards** (\texttt{`*'}) to change function behavior: +You can also add **options** (\texttt{`-'} and \texttt{`- -'}), **arguments**, and **wild cards** (\texttt{`*'}) to change function behavior: ```{bash, eval=F} ls -l ls -a