We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbd404 commit 21061cdCopy full SHA for 21061cd
individual_modules/introduction_to_unix/loop.ipynb
@@ -15,7 +15,7 @@
15
"\n",
16
"## Learning Objectives\n",
17
"- Write a loop that applies one or more commands separately to each file in a set of files\n",
18
- "- Trace the values taken on by a loop variable during executionion of the loop\n",
+ "- Trace the values taken on by a loop variable during execution of the loop\n",
19
"- Explain the difference between a variables name and its value\n",
20
"- Explain why spaces and some punctuation characters shouldn't be used in file names\n",
21
"- Demonstrate how to see what commands have recently been executed\n",
0 commit comments