On Mon, Dec 18, 2006 at 06:44:57PM -0500, fredex wrote:
On Mon, Dec 18, 2006 at 07:27:12PM +0200, Diaa Radwan wrote:
Jerry Geis wrote:
How do you format a command line that needs < > and they are not meant to redirect anything they are part of an email address.
command -f "Some Email someemail@somedomain.com" -x -y -z
use single quote
command -f 'Some Email someemail@somedomain.com' -x -y -z
Or take out the "<" and ">" entirely,... they're not needed anyway.
by which I MEANT to say, reformat it to look like this:
command -f someemail@somedomain.com -x -y -z
because the verbose form is for human readability anyway.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos