On Saturday 18 May 2002 18.44, Lasse wrote: > -------------script------------- > #!/bin/bash > trace=`traceroute` detta ska vara trace="traceroute" annars kommer trace att innehålla outputen (hmm) från traceroute. > host=194.71.11.40 > time=`date |cut -c 12-13,15-16` > filename="traceroute-$time" > path=/tmp/ > touch $path$filename > echo `date |cut -c 0-16` >$path$filename > -$trace -m 10 $host >>$path$filename ändra detta till $trace -m 10 $host >>$path$filename 2>&1 > +$trace -m 10 $host >>$path$filename detta till $trace -m 10 $host >>$path$filename 2>&1
då borde det funka -- This message has been ROT-13 encrypted twice for extra security. Erik Johansson <[EMAIL PROTECTED]> http://come.to/erre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]