Hi,
ich hab folgendes Problem...
Auf meinem Unix:
#grep "133.8.165.2 " /opt/named/hosts/masters/*; echo $?;
1
Mit Perl:
print system("grep "133.8.165.2 " /opt/named/hosts/masters/*");
256
Was mach ich falsch? Ich hab auch schon den * maskiert, aber macht kein Unterschied. Danke für Rat.
ciao,
Primel