WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
277 B

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