msh if not

Bernhard Fischer rep.dot.nop at gmail.com
Wed Jun 11 08:09:45 UTC 2008


On Wed, Jun 11, 2008 at 09:45:58AM +0200, Roberto A. Foglietta wrote:
>Hi to all,
>
> I would know how I can write this
>
> if ! true; then echo ciao; fi

if test ! true; then echo use test;fi



More information about the busybox mailing list