Re: csh: how to write C code inline in shell ?

From: Tomek (tjaskow_at_poczta.onet.pl)
Date: 10/31/03


Date: Fri, 31 Oct 2003 15:17:23 +0100


> > 2) can we write more simple the above code ?
> > for example: { printf("hello"); // + next code ... }
> >
> What could be simpler than printf("hello") or echo "hello" ?

I thought rather about C functions in general,
of course, I can do all this using another Unix tools...
anyway, thanx for your help!