Hello !
Voilà, g un petit souci
pour surveiller un réseau, je lance un terminal
puis tail -f /var/log/mail.log
mais j'aimerais automatiser le tout dans un script
genre
Code:
1
2 #! /bin/sh xterm < tail -f /var/log/mail.log
je pensais faire un
mais ca marche pasCode:
1
2
3 #! /bin/sh `xterm tail -f /var/log/mail.log`
help
merci