I'm running these commands on crontab and it seems that the script are not running every 5 minutes
5 * * * /etc/my_scripts/telnet.sh | telnet >> /tmp/top_Jay.txt 5 * * * /etc/my_scripts/telnet_lab.sh | telnet >> /tmp/top_Lab.txt
Any thought? Thanks
5 * * * /etc/my_scripts/telnet.sh | telnet >> /tmp/top_Jay.txt
5 * * * /etc/my_scripts/telnet_lab.sh | telnet >> /tmp/top_Lab.txt