|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
On 13 Jun 2007, L.V.Gandhi wrote:
>I added one more field and found that ^M in the LO_52_WK field before comma. >I tried sed -e 's/M$//'. this didn't . >Any solutions? What you see as ^M is the carriage return, CR = \015 = \0x0d = "\r". Look for fromdos or roll your own with `tr -d "\015"`. HTH, Mike -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 6/13/07, Mike McClain <mike.mcclain@nowhere.net> wrote:
> > On 13 Jun 2007, L.V.Gandhi wrote: > >I added one more field and found that ^M in the LO_52_WK field before > comma. > >I tried sed -e 's/M$//'. this didn't . > >Any solutions? > What you see as ^M is the carriage return, CR = \015 = \0x0d = "\r". > Look for fromdos or roll your own with `tr -d "\015"`. > HTH, > Mike > > Thanks Mike. -- L.V.Gandhi http://lvgandhi.tripod.com/ linux user No.205042 |
|
![]() |
| Outils de la discussion | |
|
|