openbsd-webzine/issues/issue-4/50_TIPS.html

6 lines
333 B
HTML

<article id="tips">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Shell tips</h2>
<p>With default ksh settings, you can type and validate "<code>r</code>" to repeat the last command. This is actually an alias to "<code>fc -s</code>" as you can observe by typing "<code>type r</code>" in your shell. </p>
</article>