bug#20474: tr command

2015-05-01 Thread Erik Auerswald
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 '

bug#20474: tr command

2015-04-30 Thread Eric Blake
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

bug#20474: tr command

2015-04-30 Thread Pádraig Brady
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

bug#20474: tr command

2015-04-30 Thread Joseph Piette
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