+++ Matthew Byng-Maddick <Thursday 25 April 2002 12:32 am>:
> On Wed, Apr 24, 2002 at 04:57:44PM +0100, Nigel Metheringham wrote:
> > OK, further comments in no particular order
> > - The request is under the Data Protection Act, so presumably
> > relates to the combination of name and email address in the
> > messages
>
> And what about attribution lines?
Nuke the whole thread maybe? Or better, s/His Name/A Jackass/g ? ;)
-srs
--
Suresh Ramasubramanian <----> mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip] From : <bish@???>
LOST #049 -**< Sub : DOS to Unix conversion (#2) >**-
Method #2: using recode (if installed)
To convert a DOS text file to Unix so that the extra ASCII 13
does not show up, you can add the following in /etc/profile
or .profile (IF recode package is installed ...)
alias unix2dos='recode lat1..ibmpc'
alias dos2unix='recode ibmpc..lat1'