$ cd /middle_east

July 30th, 2005

The War on Terror As Viewed from the Bourne Shell:

$ cd /middle_east
$ ls
Afghanistan Iraq        Libya       Saudi_Arabia  UAE
Algeria     Israel      Morrocco    Sudan         Yemen
Bahrain     Jordan      Oman        Syria
Egypt       Kuwait      Palestine   Tunisia
Iran        Lebanon     Qatar       Turkey

$ cd Afghanistan
$ ls
bin  Taliban
$ rm Taliban
rm: Taliban is a directory
$ cd Taliban
$ ls
soldiers
$ rm soldiers
$ cd ..
$ rmdir Taliban
rmdir: directory "Taliban": Directory not empty
$ cd Taliban
$ ls -a
.            ..           .insurgents

[...]

Hideously geeky, but very nicely done.

[Via Blog.org]

This entry was posted on Saturday, July 30th, 2005 at 10:46 pm. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

Leave a Reply