Hi All, I had an file that contains fiber '\N' in numerous rows. What I craved to do is try to shift that character. I proven utilizing tr -d '\N' filename.txt But it is Printing '\' in the places '\U'..... Can anybody provide me with..
Thanks!
Hi All, I had an file that contains fiber '\N' in numerous rows. What I craved to do is try to shift that character. I proven utilizing tr -d '\N' filename.txt But it is Printing '\' in the places '\U'..... Can anybody provide me with..
Thanks!
Hello to all,
I think that i will suggest you the right answer but you can check it.
I guss that the following suggestion is right for that,
The \ is being seen as a citing type, test utilizing tr -d '\\N'.
Bookmarks