File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,8 @@ $ !260
194
194
195
195
Type `!` (exclamation point) and then the number of the command from your history.
196
196
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).
197
199
198
200
> ## Exercise
199
201
> Find the line number in your history for the command that listed all the .sh
Original file line number Diff line number Diff line change @@ -209,7 +209,8 @@ wildcard
209
209
* [ Unix cheat sheet] ( https://files.fosswire.com/2007/08/fwunixref.pdf )
210
210
211
211
### 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 )
213
214
* [ Core GNU utilities] ( http://www.gnu.org/software/coreutils/manual/coreutils.html )
214
215
215
216
### FASTQ files
You can’t perform that action at this time.
0 commit comments