bin eine absolute Programmierniete. Ich bin mir sicher ihr könnt mir bei diesem pippi-script helfen.
Code: Alles auswählen
#!/bin/sh
#Variable
ip=`/sbin/ifconfig eth1 | grep 'inet ' | cut -d : -f2 | cut -d ' ' -f1`
#if-Bedingung
if ["$ip" > "1"];
then echo hurra
fi
Code: Alles auswählen
nb-debian:/home/balduin/scripts# sh test.sh
test.sh: line 7: [192.168.100.7: command not found
nb-debian:/home/balduin/scripts#
mfg
balduin222