Hi,
What's wrong on my shell script. I can run the command and I put on a shell script, it show errors
log file
What's wrong on my shell script. I can run the command and I put on a shell script, it show errors
Code:
#! /bin/bash
date >> /root/server_health/remove_email_from_exim.log 2>&1
exiqgrep -if [email protected] | xargs exim -Mrm >> /root/server_health/remove_email_from_exim.log 2>&1
log file
Code:
xargs: exim: No such file or directory