On Fri, Aug 03, 2001 at 05:53:01PM +0200, Dejan Grujin wrote:
> wie übergebe ich einem Program bestimmte Werte, z.B wenn ich ein shell
> script mache, das adduser aufruft?
>
> Wie werden die einzelnen Werte übergeben, also von der shell aus?
Meinst du sowas?:
#!/bin/sh
echo $1 $2
#!/bin/sh
echo $*
-- B.Walter COSMO-Project http://www.cosmo-project.de ticso(at)cicely.de Usergroup info(at)cosmo-project.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Fri 03 Aug 2001 - 20:16:12 CEST