Skip to content

Commit c4551e0

Browse files
relating to issue #256 (#285)
1 parent 657c01e commit c4551e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_episodes/03-working-with-files.md

+2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ $ !260
194194
195195
Type `!` (exclamation point) and then the number of the command from your history.
196196
You will be glad you learned this when you need to re-run very complicated commands.
197+
For more information on advanced usage of `history`, read section 9.3 of
198+
[Bash manual](https://www.gnu.org/software/bash/manual/html_node/index.html).
197199
198200
> ## Exercise
199201
> Find the line number in your history for the command that listed all the .sh

reference.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ wildcard
209209
* [Unix cheat sheet](https://files.fosswire.com/2007/08/fwunixref.pdf)
210210

211211
### Manuals
212-
* [GNU manuals](http://www.gnu.org/manual/manual.html)
212+
* [GNU BASH reference](https://www.gnu.org/software/bash/manual/html_node/index.html)
213+
* [GNU manual](http://www.gnu.org/manual/manual.html)
213214
* [Core GNU utilities](http://www.gnu.org/software/coreutils/manual/coreutils.html)
214215

215216
### FASTQ files

0 commit comments

Comments
 (0)