Hi,
On Thu, Apr 30, 2015 at 11:10:52AM -0600, Eric Blake wrote:
> On 04/30/2015 10:31 AM, Joseph Piette wrote:
> > When transferring files from the Windows environment to the Linux
> > environment we execute a script to remove the \cr characters. The script
> > performs a simple
> >
> > tr -d '
On 04/30/2015 10:31 AM, Joseph Piette wrote:
> Hello:
>
> When transferring files from the Windows environment to the Linux environment
> we execute a script to remove the \cr characters. The script performs a simple
>
> tr -d '\r' < input > output
>
> Recently we were testing with files that
tag 20474 notabug
close 20474
stop
On 30/04/15 17:31, Joseph Piette wrote:
> Hello:
>
> When transferring files from the Windows environment to the Linux environment
> we execute a script to remove the \cr characters. The script performs a simple
>
> tr -d '\r' < input > output
>
> Recently
Hello:
When transferring files from the Windows environment to the Linux environment
we execute a script to remove the \cr characters. The script performs a simple
tr -d '\r' < input > output
Recently we were testing with files that contained a string with a single quote
- "Paym't"
What the