Search Results

Search: Posts Made By: whegra
4,038
Posted By Don Cragun
There is nothing in the code that I gave you that...
There is nothing in the code that I gave you that would remove a <carriage-return> from an input file when copying it back to the output file. (Maybe that is being done by the cygwin version of...
4,038
Posted By Don Cragun
Sorry about that. If you would have given us a...
Sorry about that. If you would have given us a sample input file and the output that should be produced from that input, I would have caught that early lines in input files were being dropped. ...
2,245
Posted By junior-helper
Try this and please test it thoroughly to ensure...
Try this and please test it thoroughly to ensure that it is producing the same result as your initial script.
d=/conversion/program/out
ls $d | while read line ; do
a=`echo $line|cut...
2,402
Posted By Scott
Try using the ssh -n option.
Try using the ssh -n option.
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy