diff --git a/docs/Intro_to_Unix_Part_1.html b/docs/Intro_to_Unix_Part_1.html index 3ab8ee8..8c45585 100644 --- a/docs/Intro_to_Unix_Part_1.html +++ b/docs/Intro_to_Unix_Part_1.html @@ -2266,9 +2266,9 @@ macOS 14.1 January 9, 2021 macOS 14.1 data
message="Hello, World!"
+message="Hello, World"
echo $message
-Hello, World!
+Hello, World
Here, we assign the string “Hello, World!” to the variable
message and use echo to print its value.
@@ -2351,8 +2351,8 @@ size)
ls -lah part_1
total 8
-drwx---rw-@ 4 nelphick staff 128B Mar 11 10:11 .
-drwxr-xr-x@ 5 nelphick staff 160B Mar 11 10:11 ..
+drwx---rw-@ 4 nelphick staff 128B Mar 12 09:18 .
+drwxr-xr-x@ 5 nelphick staff 160B Mar 12 09:27 ..
-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
@@ -2365,8 +2365,8 @@ ls -l
cd ..
ls -l
total 0
-drwx---rw-@ 4 nelphick staff 128 Mar 11 10:11 part_1
-drwxr-xr-x@ 3 nelphick staff 96 Mar 11 10:11 part_2
+drwx---rw-@ 4 nelphick staff 128 Mar 12 09:18 part_1
+drwxr-xr-x@ 3 nelphick staff 96 Mar 12 09:27 part_2