Sean’s Obsessions


  • I'm a happy Linode customer. This is a Linode 540 VPS. Linode periodically increases RAM and disk while keeping costs steady, which makes them the natural choice.
  • Archives

Archive for April, 2010

07 Apr

Piping with the find command and dealing with spaces

I often use the find command as such: grep foo `find . -name \*.php` which looks for foo in all the PHP files. If the list of files gets too long for the shell, then xargs is the better option: find . -name \*.php | xargs grep foo /dev/null This breaks up the command into [...]

© 2012 Sean’s Obsessions | Entries (RSS) and Comments (RSS)

Powered by Wordpress, design by Web4Sudoku, based on Pinkline byGPS Gazette