TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
I did say I use the *french* closing double quote, which is different =
from two greater than signs.
OK, it looks kinda like two greater than signs >>, but the glyph is =
sufficiently different IMHO. (take a look at character 187 under =
Windows).
----------
From: Kevin Harper[SMTP:kevinh -at- DEV -dot- TIVOLI -dot- COM]
Sent: 18 January 1996 21:45
To: Multiple recipients of list TECHWR-L
Subject: Re: Representing Computer Interactions
David Somers wrote:
> Just to add my $0.02 worth... I use the french closing double quote =
=3D
> character as the separator (>>) in a list of menu selections. Looks =
=3D
> good, and avoids confusion with colons, greater than signs, pipes, =
etc., =3D
> which are often used for other things (redirection, etc).
You stumbled into the thing you were trying to avoid. The double
greater sign (>>) is in fact a UNIX redirector. If you run a command
that includes the >> redirector, the command appends information
to a file.