Changes

Jump to: navigation, search

Tutorial8: Links / Process Management

12 bytes added, 10:23, 2 September 2020
Aliases / Command History
'''~/.bash_history''' stores recently executed command lines
<table width="60%"><trwidth="25%"><td><span style="font-family:courier;font-weight:bold;><up></span> or <span style="font-family:courier;font-weight:bold;><down></span> </td><td>Move to '''previous''' command or '''next''' command within Bash shell prompt</td></tr><tr><td><span style="font-family:courier;font-weight:bold;>fc -l</span></td><td> display last '''16''' commands</td></tr><tr><td><span style="font-family:courier;font-weight:bold;>history | more</span></td><td>display all stored commands</td></tr><tr><td><span style="font-family:courier;font-weight:bold;>!num</span></td><td>'''re-execute''' an issued command number by command number (determined from ''history'' command)</td></tr><tr><td><span style="font-family:courier;font-weight:bold;>!xxx</span></td><td>'''re-execute''' an issued command beginning with string "xxx"</td></tr></table>
=INVESTIGATION 1: LINKING FILES=
13,420
edits

Navigation menu