Mail Archives: cygwin/1997/01/10/16:42:41
Hi Susann, you wrote:
: I wanted to extract the 'newline' from a file and write the
: result in an other file.
:
: tr -d '???' < test1.txt > test2.txt
:
: I found no way to express the 'newline'. And independent if I called
: \ or /, in both cases the / was deleted. So I think, the tool does'nt
: know '\'.
I don't understand at all what this has to do with a '/'.
But quoting '\' right can get tricky...
What is a 'newline' for you? A NL '\n'? A CR '\r'?
If your problem is conversion CR/LF -> LF, look for a program dos2unix.
The other way around is handled by unix2dos.
Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de)
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -