|
| Re: usage of tr |
 |
Mon, 7 Apr 2008 21:57:41 +0530 |
On Mon, Apr 7, 2008 at 9:35 PM, Aaron Bliss <abliss@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
|
| Post Reply
|
|
|
|
|
|
|
|
|
|