" I also found which i could not redirect STDERR without also redirecting STDOUT. The solution where programA sends STDOUT to STDIN of programB, then redirects STDERR to your log file: programA two> /var/log/programA.log How am i able to make my looping shell script pause after a loop by sending anything like ctrl-z after which be continuable? oneD… Read More