- 16 Jun, 2020 3 commits
-
-
Bezaye Tesfaye Belayneh authored
-
Bezaye Tesfaye Belayneh authored
-
Bezaye Tesfaye Belayneh authored
-
- 29 May, 2020 2 commits
-
-
Gerard Capes authored
Clarify directory navigation terminology
-
Ruairidh MacLeod authored
-
- 15 May, 2020 1 commit
-
-
Gerard Capes authored
Fix #1108.
-
- 17 Apr, 2020 2 commits
-
-
Gerard Capes authored
Close #1104.
-
deep.patel authored
Fix #1101.
-
- 15 Apr, 2020 9 commits
-
-
Gerard Capes authored
-
Aidan Budd authored
Fix #1096.
-
Gerard Capes authored
-
tsl-ramkrishna authored
Also get this error when the program isn't installed. Fix #1081.
-
Gerard Capes authored
-
Kenton Ross authored
Added some amplified language to help learners anticipate when 'man' or '--help' options might be best for common environments. Fix #1089.
-
Gerard Capes authored
Fix #1093.
-
Nathan McKinlay authored
Changed the code to reflect the redirects-and-pipes.svg instead of the original redirects-and-pipes.png.
-
Gerard Capes authored
Explain how to clear the terminal. Fix #784
-
- 03 Apr, 2020 3 commits
-
-
Gerard Capes authored
Improve consistency of wording
-
Gerard Capes authored
-
Gerard Capes authored
Explain connection between Desktop directory and the GUI desktop
-
- 02 Apr, 2020 2 commits
-
-
jdusenberry authored
Explain connection between Desktop directory and the GUI desktop
-
jdusenberry authored
Change "onto Desktop" to "into Desktop directory" to make it more command-line centric.
-
- 01 Apr, 2020 1 commit
-
-
Gerard Capes authored
ls -F edits
-
- 31 Mar, 2020 2 commits
-
-
jdusenberry authored
Make text consistent with code block.
-
jdusenberry authored
-
- 24 Mar, 2020 1 commit
-
-
daking4 authored
Co-authored-by:
Dustin King <daking@alumni.stanford.edu>
-
- 26 Feb, 2020 1 commit
-
-
Gerard Capes authored
Fix #1094.
-
- 04 Feb, 2020 3 commits
-
-
Gerard Capes authored
Clarify "longest file" solution in ep6
-
Gerard Capes authored
Modify exercise example to make it runnable. Fix #861.
-
Mike Lake authored
-
- 31 Jan, 2020 3 commits
-
-
Iain Barrass authored
The solution script to determine the longest file has no explanation: add a reminder that wc outputs a line with totals for more than one file. We can also build pipelines up to be certain we know what is output at each stage.
-
Norman Ziegner authored
-
Norman Ziegner authored
-
- 24 Jan, 2020 1 commit
-
-
Gerard Capes authored
Add new section header
-
- 23 Jan, 2020 1 commit
-
-
Catherine A. Martlin authored
Added new header to portion where we switch to talking about moving through directories to seperate it from the discussion on help commands
-
- 16 Jan, 2020 1 commit
-
-
Gerard Capes authored
Fix #1083.
-
- 06 Jan, 2020 1 commit
-
-
Gerard Capes authored
Improve clarity of wording in wildcard exercise
-
- 28 Dec, 2019 1 commit
-
-
Sujai Kumar authored
The existing proposed solution to files ending in A.txt or B.txt exercise at the end says it uses two expressions, but actually it uses two commands. However the two command solution is useful for the follow up questions. I reworded the the wildcard exercise at the end to use the term commands instead of expressions, and also included an extra solution with two expressions (arguments)
-
- 17 Dec, 2019 2 commits
-
-
DrDaveTurner authored
* Fixing capitalization of Ctrl-r and adding more detailed explanation Ctrl-R doesn't work on all OS's while Ctrl-r does and is less ambiguous. Same for Ctrl-C, using Ctrl-c is clearer I also added an extra example of using the history command * Fixing keyboard commands and adding history examples I fixed the highlighting of keyboard commands to comply with the style guide. These included <kbd>Ctrl</kbd>+<kbd>R</kbd> for example, as well as Ctrl-C and Enter in a few places. I also added some explanation to the history lookup commands and provided an additional mechanism of using !head:p to recall the last command staring with 'head'. * Removed a section I added at Gabriel's request Gabriel thought the section I added went beyond the scope of an introductory lesson. I've removed it to get the rest of the PR resolved.
-
Gerard Capes authored
Change wc option -c (byte count) to -m (char count)
-