Hello,
the following is done with: mt V2.5.2, Corinna Vinschen, Aug 26 2013
I have a Quantum LTO 6 Tape Drive (QUANTUM_ULTRIUM-HH6) which works in general
with the latest cygwin64. I can use mt to rewind or eject and tar can write and
read the tape.
Before starting to write I want to check if
Hello Corinna,
yes, pls send me the DLL, I will try.
--
Timo
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Hello, I have a problem with sed.
Ubuntu:
timo@serv6:~# echo "CHANGE MASTER;" | sed '/^CHANGE MASTER.*/ s/.$/ for channel
"de";/'
CHANGE MASTER for channel "de";
Works as expected.
Windows:
C:\> echo CHANGE MASTER;| sed.exe '/^CHANGE MASTER.*/ s/.$/ for channel "de";/'
CHANGE MASTER; for chann
Hi Michael.
you are mixing a DOS echo which will produce a \r\n line ending with a Cygwin
sed which expects \n line endings.
I already thought it's something about EOL, just wanted to make sure if this is
not a bug. Thanks.
--
Timo
--
Problem reports: http://cygwin.com/problems.html
4 matches
Mail list logo