| Kyral | you could do the same thing with cut -d ' ' -f 2 right? |
| rixxon | yep |
| action | wingot would prefer awk way, it's more readable :P |
| wingot | would prefer awk way, it's more readable :P |
| Kyral | This is why I never bothered with Awk after I learned how to use cut :P |
| End3r | hmm |
| wingot | Kyral: You need the Orielly book awk & sed ;) |
| Kyral | Actually I do my sed fu is weak Ooooh look what I found earlier today |
| rixxon | mine too, can be done with sed but i always confuse myself |
| Kyral | http://sed.sourceforge.net/sed1line.txt |
| wingot | fu? |
| rixxon | wingot: as in kung fu, etc |
| wingot | Kyral: seen it :P |
| Kyral | lol Well then... |
| wingot | http://www.student.northpark.edu/pemente/sed/sed1line.txt Also handy is http://www.student.northpark.edu/pemente/sed/sed1line.txt :P Umm, sorry |
| Kyral | lol |
| wingot | http://sed.sourceforge.net/ |
| action | wingot fails at selecting text |
| wingot | fails at selecting text |
| Kyral | lol On my systems I use a wierd combo of Shell Scripts and Ruby scripts as my SysAdmin scripting |
| wingot | Heh |
| Kyral | Quite proud of a Ruby script I wrote to automatically resize images that are greater than 1024x768 to that recursively in a directory tree |
| wingot | Shell scripts + Lots and lots of Perl scripts Kyral: Cool |
| Kyral | Improved it later by adding a log file |
| action | wingot wants a script that resizes big arse images into nice little thumbnails |
| wingot | wants a script that resizes big arse images into nice little thumbnails |
| Kyral | You can probably modify mine to do it |
| wingot | I know it can be done easily in Perl with ImageMagick |
| Kyral | Hehe |
| wingot | But need to get around to it :P It's for a client too Aren't you in the shower? ;) |
| Kyral | mine uses the Ruby binding to ImageMagick RMagick I was :P wingot: Your point? My stuff is GPL |