[CentOS] command line with < > and not wanting to redirect

Mon Dec 18 23:46:54 UTC 2006
fredex <fredex at fcshome.stoneham.ma.us>

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 at somedomain.com>" -x -y -z
> > use single quote
> > 
> > command -f 'Some Email <someemail at 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 at somedomain.com -x -y -z

because the verbose form is for human readability anyway.


> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos


-- 
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
                        The Lord is like a strong tower. 
             Those who do what is right can run to him for safety.
--------------------------- Proverbs 18:10 (niv) -----------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20061218/58608473/attachment-0004.sig>