usage of tr

Madan Thapa madan.feedback at gmail.com
Mon Apr 7 16:27:41 UTC 2008


On Mon, Apr 7, 2008 at 9:35 PM, Aaron Bliss <abliss at brockport.edu> wrote:

> Hi everyone,
> I'm trying to figured out how to remove and instance of ^ followed by and
> upper case H from a file.When I use tr -d [^H] tr is removing the sequences
> with ^ characters as well as any upper case H's found in the file.   Any
> ideas?  thanks



check if :

dos2unix  filename


removes ^ characters in that file.



More information about the redhat-list mailing list