Skip to content
 

Natural language programming

$ df -h | awk 'copy stdin to stdout like "cat" does'
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda6             8.9G  6.4G  2.6G  72% /
udev                   10M  112K  9.9M   2% /dev
/dev/hda8              34G   23G  9.5G  71% /home
none                 1005M     0 1005M   0% /dev/shm

Yes, it's damn silly and stupid. But I had never thought of that.