Bug in wc???

Hans Müller ndof at gmx.li
Sun Jan 11 16:11:34 UTC 2004


Am Sonntag 11 Januar 2004 17:00 schrieb Jos Vos:
> On Sun, Jan 11, 2004 at 04:55:15PM +0100, Hans Müller wrote:
> > #!/bin/sh
> > Zeilen= echo `cat /tmp/test.txt |wc -l`
> > if [ $Zeilen > 3 ]; then
> > echo "Update";
> > else
> > echo "kein Update";
> > fi
>
> Use:
>
> Zeilen=`cat /tmp/test.txt |wc -l`
>
> And then it will work.
sorry i will not work.
i get the message:
./test.sh line 2: 4: command not found
Kein Update

>
> --
> --    Jos Vos <jos at xos.nl>
> --    X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
> --    Amsterdam, The Netherlands        |     Fax: +31 20 6948204





More information about the fedora-list mailing list