diff --git a/02-filedir.html b/02-filedir.html index edfced318..d887cc1ef 100644 --- a/02-filedir.html +++ b/02-filedir.html @@ -696,7 +696,7 @@
ls
OptionsThe -l
option makes ls
use a
long listing format, showing not only the
@@ -731,7 +731,7 @@
The most recently changed file is listed last when using
-rt
. This can be very useful for finding your most recent
@@ -1075,7 +1075,7 @@
.
stands for the current directory./
stands for the root directory.backup
in
/Users
.pwd
is not the name of a directory.ls
without directory argument lists files and
diff --git a/04-pipefilter.html b/04-pipefilter.html
index 077821322..abc167e6b 100644
--- a/04-pipefilter.html
+++ b/04-pipefilter.html
@@ -587,7 +587,7 @@ The -n
option specifies a numerical rather than an
alphanumerical sort.
In the first example with >
, the string ‘hello’ is
written to testfile01.txt
, but the file gets overwritten
@@ -751,7 +751,7 @@
Option 3 is correct. For option 1 to be correct we would only run the
head
command. For option 2 to be correct we would only run
@@ -850,7 +850,7 @@
Option 4 is the solution. The pipe character |
is used
to connect the output from one command to the input of another.
@@ -913,7 +913,7 @@
The head
command extracts the first 5 lines from
animals.csv
. Then, the last 3 lines are extracted from the
@@ -976,7 +976,7 @@
Option 4. is the correct answer. If you have difficulty understanding why, try running the commands, or sub-sections of the pipelines (make @@ -1137,7 +1137,7 @@
.txt
files with one-character
namesIf a command causes something to crash or hang, it might be useful to know what that command was, in order to investigate the problem. Were @@ -834,7 +834,7 @@
The correct answer is 2.
The special variables $1
, $2
and
@@ -887,7 +887,7 @@
In each case, the shell expands the wildcard in *.pdb
before passing the resulting list of file names as arguments to the
@@ -1024,7 +1024,7 @@
The -x
option causes bash
to run in debug
mode. This prints out each command as it is run, which will help you to
diff --git a/aio.html b/aio.html
index 88847b254..8616f862e 100644
--- a/aio.html
+++ b/aio.html
@@ -972,7 +972,7 @@
ls
OptionsThe -l
option makes ls
use a
long listing format, showing not only the
@@ -1007,7 +1007,7 @@
The most recently changed file is listed last when using
-rt
. This can be very useful for finding your most recent
@@ -1355,7 +1355,7 @@
.
stands for the current directory.backup
in
@@ -1445,7 +1445,7 @@ pwd
is not the name of a directory.The -n
option specifies a numerical rather than an
alphanumerical sort.
In the first example with >
, the string ‘hello’ is
written to testfile01.txt
, but the file gets overwritten
@@ -3326,7 +3326,7 @@
Option 3 is correct. For option 1 to be correct we would only run the
head
command. For option 2 to be correct we would only run
@@ -3431,7 +3431,7 @@
Option 4 is the solution. The pipe character |
is used
to connect the output from one command to the input of another.
@@ -3496,7 +3496,7 @@
The head
command extracts the first 5 lines from
animals.csv
. Then, the last 3 lines are extracted from the
@@ -3559,7 +3559,7 @@
Option 4. is the correct answer. If you have difficulty understanding why, try running the commands, or sub-sections of the pipelines (make @@ -3726,7 +3726,7 @@
.txt
files with one-character
@@ -5106,7 +5106,7 @@ If a command causes something to crash or hang, it might be useful to know what that command was, in order to investigate the problem. Were @@ -5296,7 +5296,7 @@
The correct answer is 2.
The special variables $1
, $2
and
@@ -5349,7 +5349,7 @@
In each case, the shell expands the wildcard in *.pdb
before passing the resulting list of file names as arguments to the
@@ -5486,7 +5486,7 @@
The -x
option causes bash
to run in debug
mode. This prints out each command as it is run, which will help you to
diff --git a/index.html b/index.html
index d4cbfe15f..70f593ff6 100644
--- a/index.html
+++ b/index.html
@@ -398,7 +398,7 @@
Computers with Windows operating systems do not automatically have a Unix Shell program installed. In this lesson, we encourage you to use an @@ -425,7 +425,7 @@
For a Mac computer running macOS Mojave or earlier releases, the default Unix Shell is Bash. For a Mac computer running macOS Catalina or @@ -453,7 +453,7 @@
The default Unix Shell for Linux operating systems is usually Bash.
On most versions of Linux, it is accessible by running the Gnome
diff --git a/instructor/02-filedir.html b/instructor/02-filedir.html
index 84cd9d2ec..2d6b3b264 100644
--- a/instructor/02-filedir.html
+++ b/instructor/02-filedir.html
@@ -376,7 +376,7 @@ Introducing and navigating the filesystem in the shell (covered in Navigating Files and Directories section) can
be confusing. You may have both terminal and GUI file explorer open side
@@ -712,7 +712,7 @@ The The most recently changed file is listed last when using
The In the first example with Option 3 is correct. For option 1 to be correct we would only run the
Option 4 is the solution. The pipe character The Option 4. is the correct answer. If you have difficulty understanding
why, try running the commands, or sub-sections of the pipelines (make
@@ -1139,7 +1139,7 @@ If a command causes something to crash or hang, it might be useful to
know what that command was, in order to investigate the problem. Were
@@ -836,7 +836,7 @@ The correct answer is 2. The special variables Objectives
-Exploring More
-ls
Options-l
option makes ls
use a
long listing format, showing not only the
@@ -747,7 +747,7 @@ Listing in Reverse Chronological Order
--rt
. This can be very useful for finding your most recent
@@ -1091,7 +1091,7 @@ Absolute vs Relative Paths
-.
stands for the current directory./
stands for the root directory.Relative Path Resolution
-backup
in
/Users
.OUTPUT<
-
pwd
is not the name of a directory.ls
without directory argument lists files and
diff --git a/instructor/04-pipefilter.html b/instructor/04-pipefilter.html
index b46b70ba7..0ab115385 100644
--- a/instructor/04-pipefilter.html
+++ b/instructor/04-pipefilter.html
@@ -589,7 +589,7 @@ OUTPUT<
-
-n
option specifies a numerical rather than an
alphanumerical sort.BASH
Show me the solution
->
, the string ‘hello’ is
written to testfile01.txt
, but the file gets overwritten
@@ -753,7 +753,7 @@ BASH
Show me the solution
-head
command. For option 2 to be correct we would only run
@@ -852,7 +852,7 @@ Piping Commands Together
-|
is used
to connect the output from one command to the input of another.
@@ -915,7 +915,7 @@ BASH
Show me the solution
-head
command extracts the first 5 lines from
animals.csv
. Then, the last 3 lines are extracted from the
@@ -978,7 +978,7 @@ OUTPUT<
-
BASH
@@ -1026,7 +1026,7 @@
OUTPUT<
-
Removing Unneeded Files
-.txt
files with one-character
namesList Unique Species
-BASH
@@ -716,7 +716,7 @@
BASH
Show me the solution
-BASH
Show me the solution
-$1
, $2
and
@@ -889,7 +889,7 @@ BASH
Show me the solution
-