In addition to the fairly common forms of input/output redirection the shell recognizes something called process substitution. Although not documented as a form of input/output redirection, its syntax ...
I seem to get the same results from an IF statement, with grep as the arguement, no matter what. Here's the current code. Code: #!/bin/bash echo No logins found for these users > unused_mailboxes.txt ...