diff --git a/docs/Intro_to_Unix_Part_1.html b/docs/Intro_to_Unix_Part_1.html index 99c9a6f..ae1e6cc 100644 --- a/docs/Intro_to_Unix_Part_1.html +++ b/docs/Intro_to_Unix_Part_1.html @@ -2348,8 +2348,8 @@ size)
ls -lah part_1
total 8
-drwx---rw-@ 4 nelphick  staff   128B Mar  4 12:59 .
-drwxr-xr-x@ 5 nelphick  staff   160B Mar  4 12:59 ..
+drwx---rw-@ 4 nelphick  staff   128B Mar 11 10:10 .
+drwxr-xr-x@ 5 nelphick  staff   160B Mar 11 10:10 ..
 -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:59 part_1
-drwxr-xr-x@ 3 nelphick  staff   96 Mar  4 12:59 part_2
+drwx---rw-@ 4 nelphick staff 128 Mar 11 10:10 part_1 +drwxr-xr-x@ 3 nelphick staff 96 Mar 11 10:10 part_2
@@ -2699,7 +2699,8 @@ time

Survey

diff --git a/docs/Intro_to_Unix_Part_2.html b/docs/Intro_to_Unix_Part_2.html index 4a22fcf..fb1eb7f 100644 --- a/docs/Intro_to_Unix_Part_2.html +++ b/docs/Intro_to_Unix_Part_2.html @@ -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  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
+drwx---rw-@ 4 nelphick staff 128 Mar 11 10:11 part_1 +-rw-r--r--@ 1 nelphick staff 800 Mar 11 10:11 part_1.tar.gz +drwxr-xr-x@ 4 nelphick staff 128 Mar 11 10:11 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  5 12:24 part_2/example_script.sh
+
-rw-r--r--@ 1 nelphick  staff  287 Mar 11 10:11 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  5 12:24 part_2/example_script.sh
+
-rwxr--r--@ 1 nelphick  staff  287 Mar 11 10:11 part_2/example_script.sh

Example

@@ -2307,6 +2307,13 @@ Line
+
+

Survey

+ +

Upcoming Data Science Training Program Workshops

Introduction 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 71af712..e64ba7e 100644 --- a/intro-unix-command-line/Intro_to_Unix_Part_1.Rmd +++ b/intro-unix-command-line/Intro_to_Unix_Part_1.Rmd @@ -557,8 +557,8 @@ cat part_1/list_numbers.csv | cut -d "," -f 8 | sort -nu ## Survey -- Please take some time to fill out the workshop survey: -https://www.surveymonkey.com/r/DY7K5ZY +- Please take some time to fill out the workshop survey: +https://www.surveymonkey.com/r/F75J6VZ ## Additional learning materials 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 f938d58..a5dd340 100644 --- a/intro-unix-command-line/Intro_to_Unix_Part_2.Rmd +++ b/intro-unix-command-line/Intro_to_Unix_Part_2.Rmd @@ -409,7 +409,10 @@ https://www.surveymonkey.com/r/DY7K5ZY - [The Unix Workbench](https://seankross.com/the-unix-workbench/index.html) - [The Linux Command Line](http://linuxcommand.org/tlcl.php) +## Survey +- Please take some time to fill out the workshop survey: +https://www.surveymonkey.com/r/F75J6VZ ## Upcoming Data Science Training Program Workshops