WareLogging
|
|
|
|
Find symbolic links: find . -type l
|
|
|
|
* http://cheminfo.informatics.indiana.edu/~rguha/misc/tipsntricks.html
|
|
|
|
Couldn't remember a couple of HTML character entities the other night...
|
|
|
|
perl -e 'for (1 .. 1000) { print "$_: &#$_;<br />\n"; }' > entities.html
|