<div dir="ltr">A fun thing to do with<code> grep</code> is search for swear words from the Linux source code. (The source code for Linux by the way, is usually found in <code>/usr/src/linux</code>:)<br><br>grep -r crap /usr/src/linux/<br>
<br>/usr/src/linux/include/asm-ia64/pal.h:/* Machine Check related crap */<br>/usr/src/linux/include/asm-sparc/floppy.h:/* We don&#39;t need no stinkin&#39; I/O port allocation crap. */<br><br>replace crap with any other word or swear word. <br>
<br>to install the linux source code for your kernel <br><b style="font-weight: normal;">sudo apt-get install linux-headers-$(uname -r)</b><br><br>azmodie<br>-- <br>&quot; Due to the speed of light being faster than the speed of sound people often look bright until they speak&quot; <br>

</div>