I am attempting to send an e-mail to a recipient and bcc two other address using th e mail command. The issue is that the "-b " flag is not being read as such leading mail to try sending an e-mail to " -b [email protected] ". The command is shown below.
mail -s "Test" [email protected] -b [email protected] </dev/null