diff --git a/docs/Intro_to_Unix_Part_1.html b/docs/Intro_to_Unix_Part_1.html index 703efc1..99c9a6f 100644 --- a/docs/Intro_to_Unix_Part_1.html +++ b/docs/Intro_to_Unix_Part_1.html @@ -1894,8 +1894,8 @@ document.addEventListener('DOMContentLoaded', function(e) {

Natalie Elphick
Bioinformatician I


-

Yihang Xin (TA)
-Software Engineer II

+

Ayushi Agrawal (TA)
+Bioinformatician III

@@ -2348,8 +2348,8 @@ size)
ls -lah part_1
total 8
-drwx---rw-@ 4 nelphick  staff   128B Mar  4 12:23 .
-drwxr-xr-x@ 5 nelphick  staff   160B Mar  4 12:33 ..
+drwx---rw-@ 4 nelphick  staff   128B Mar  4 12:59 .
+drwxr-xr-x@ 5 nelphick  staff   160B Mar  4 12:59 ..
 -rw-r--r--@ 1 nelphick  staff     0B Apr 11  2023 .hidden_file.txt
 -rw-r--r--@ 1 nelphick  staff    60B Apr 12  2023 list_numbers.tsv
@@ -2362,8 +2362,8 @@ ls -l
cd ..
 ls -l
total 0
-drwx---rw-@ 4 nelphick  staff  128 Mar  4 12:23 part_1
-drwxr-xr-x@ 3 nelphick  staff   96 Mar  4 12:39 part_2
+drwx---rw-@ 4 nelphick staff 128 Mar 4 12:59 part_1 +drwxr-xr-x@ 3 nelphick staff 96 Mar 4 12:59 part_2
diff --git a/docs/Intro_to_Unix_Part_2.html b/docs/Intro_to_Unix_Part_2.html index 08d6beb..4a22fcf 100644 --- a/docs/Intro_to_Unix_Part_2.html +++ b/docs/Intro_to_Unix_Part_2.html @@ -1895,7 +1895,7 @@ document.addEventListener('DOMContentLoaded', function(e) { Bioinformatician I


Yihang Xin (TA)
-Software Engineer II

+Software Engineer III


@@ -1961,9 +1961,9 @@ compressed archive files
tar -czf part_1.tar.gz part_1
 ls -l
total 8
-drwx---rw-@ 4 nelphick  staff  128 Mar  4 12:23 part_1
--rw-r--r--  1 nelphick  staff  821 Mar  4 12:32 part_1.tar.gz
-drwxr-xr-x@ 3 nelphick  staff   96 Mar  4 12:32 part_2
+drwx---rw-@ 4 nelphick staff 128 Mar 5 12:20 part_1 +-rw-r--r-- 1 nelphick staff 801 Mar 5 12:24 part_1.tar.gz +drwxr-xr-x@ 4 nelphick staff 128 Mar 5 12:24 part_2
ls -l part_2/example_script.sh
-
-rw-r--r--  1 nelphick  staff  287 Mar  4 12:32 part_2/example_script.sh
+
-rw-r--r--  1 nelphick  staff  287 Mar  5 12:24 part_2/example_script.sh
chmod u+x part_2/example_script.sh
 ls -l part_2/example_script.sh
-
-rwxr--r--  1 nelphick  staff  287 Mar  4 12:32 part_2/example_script.sh
+
-rwxr--r--  1 nelphick  staff  287 Mar  5 12:24 part_2/example_script.sh

Example

diff --git a/intro-unix-command-line/Intro_to_Unix_Part_1.Rmd b/intro-unix-command-line/Intro_to_Unix_Part_1.Rmd index ae4ba7b..71af712 100644 --- a/intro-unix-command-line/Intro_to_Unix_Part_1.Rmd +++ b/intro-unix-command-line/Intro_to_Unix_Part_1.Rmd @@ -32,8 +32,8 @@ Bioinformatician I
-**Yihang Xin (TA)** -Software Engineer II +**Ayushi Agrawal (TA)** +Bioinformatician III # The Unix Command-line diff --git a/intro-unix-command-line/Intro_to_Unix_Part_2.Rmd b/intro-unix-command-line/Intro_to_Unix_Part_2.Rmd index 351ffe4..f938d58 100644 --- a/intro-unix-command-line/Intro_to_Unix_Part_2.Rmd +++ b/intro-unix-command-line/Intro_to_Unix_Part_2.Rmd @@ -30,7 +30,7 @@ Bioinformatician I **Yihang Xin (TA)** -Software Engineer II +Software Engineer III