• Home
  • About
  • Submit
Digg It Add to Delicious

Pseudocoded

$brain->viewSource()

← The Indian Superman equation
We can’t ever decide where to go for lunch →

Looking for a girlfriend with find

August 1st, 2007 in Uncategorized | Comments Off

# if you're desparate
find /

# female only
find / -type f

# let's stay local
find /USA -type f

# make sure to stay out of jail
find /USA -type f -ctime +6570

# only someone who's looking
find /USA -type f -ctime +6570 -perm -a=r

# and maybe a little desperate
find /USA -type f -ctime +6570 -perm -a=r -atime +30

# but doesn't look like kate moss
find /USA -type f -ctime +6570 -perm -a=r -atime +30 \
    -size +100M

# or rosie
find /USA -type f -ctime +6570 -perm -a=r -atime +30 \
    -size +100M -size -180M

# and with a little love inside
find /USA -type f -ctime +6570 -perm -a=r -atime +30 \
    -size +120M -size -180M -exec grep -li "love" {} \;

Comments are closed.

  • RSS Subscribe

  • Email Subscribe

  • Archives

    • February 2008
    • January 2008
    • December 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
  • Sponsored By

    FormSpring Online Form Builder


Pseudocoded © 2007   Creative Commons License
Using WordPress Engine and Graphite 1.3 theme.