Mailinglist Archive: opensuse (4288 mails)
| < Previous | Next > |
Re: [SLE] [OT] script help?
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: 10 May 2002 11:03:00 +0200
- Message-id: <86sn50qssb.fsf@xxxxxxxxxxxxxxxxx>
Christopher Mahmood <ckm@xxxxxxxx> writes:
> awk won't help much here I think since there's not easy way to pass
> variables to a system().
awk '{system("/bin/echo " $0);}' < file_with_args.txt
--
Alexandr.Malusek@xxxxxxxxxx
> awk won't help much here I think since there's not easy way to pass
> variables to a system().
awk '{system("/bin/echo " $0);}' < file_with_args.txt
--
Alexandr.Malusek@xxxxxxxxxx
| < Previous | Next > |