From 02b2485d3426cb4daa458eb94ec65688a7d22093 Mon Sep 17 00:00:00 2001
From: Natalie Elphick
Date: Tue, 5 Mar 2024 12:31:56 -0800
Subject: [PATCH] update TA info
---
docs/Intro_to_Unix_Part_1.html | 12 ++++++------
docs/Intro_to_Unix_Part_2.html | 12 ++++++------
intro-unix-command-line/Intro_to_Unix_Part_1.Rmd | 4 ++--
intro-unix-command-line/Intro_to_Unix_Part_2.Rmd | 2 +-
4 files changed, 15 insertions(+), 15 deletions(-)
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
- -c: create a new archive
- -f: specify the name of the archive file
@@ -2106,13 +2106,13 @@ interpreter is
- By default, files are not executable
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
- We can set the execute bit like this
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