Re: Problems with dd and the keywords swab and sync

2001-04-18 Thread Dale Scheetz
On Wed, 18 Apr 2001, Matthew Woodcraft wrote: > This is what I get: > > ~/tmp% echo abababa > swab.txt > ~/tmp% dd if=swab.txt of=swab.swab conv=swab > 0+1 records in > 0+1 records out > ~/tmp% cat swab.swab > bababa > ~/tmp% dd --version > dd (GNU fileutils) 4.0l > Written by Paul

Re: Problems with dd and the keywords swab and sync

2001-04-18 Thread Matthew Woodcraft
In article <[EMAIL PROTECTED]> you write: >Both the swab and the sync keywords fail to work correctly according to >SUS, but the behavior is one I would classify as "broken", so I'm reticent >to code this broken behavior into the spec as "differences". > >The SUS says that swab should "ignore" any

Re: Problems with dd and the keywords swab and sync

2001-04-18 Thread Doug Beattie
Dale: Please pass them on to me and I'll give OpenLinux a try. Doug Dale Scheetz wrote: > > On Wed, 18 Apr 2001, Chris Yeoh wrote: > > > On Wed, Apr 18, 2001 at 11:44:51AM -0400, Stuart Anderson wrote: > > > > SUS, but the behavior is one I would classify as "broken", so I'm > > > > reticent

Re: Problems with dd and the keywords swab and sync

2001-04-18 Thread Dale Scheetz
On Wed, 18 Apr 2001, Chris Yeoh wrote: > On Wed, Apr 18, 2001 at 11:44:51AM -0400, Stuart Anderson wrote: > > > SUS, but the behavior is one I would classify as "broken", so I'm reticent > > > to code this broken behavior into the spec as "differences". > > > > > > Do I have to put these items in

Re: Problems with dd and the keywords swab and sync

2001-04-18 Thread Chris Yeoh
On Wed, Apr 18, 2001 at 11:44:51AM -0400, Stuart Anderson wrote: > > SUS, but the behavior is one I would classify as "broken", so I'm reticent > > to code this broken behavior into the spec as "differences". > > > > Do I have to put these items into the spec as "differences" or is there > > some

Re: Problems with dd and the keywords swab and sync

2001-04-18 Thread Andrew Josey
Dale You might want to look at dd in SUSv3. The wording in SUSv2 is from POSIX 1003.2, and there have been POSIX interpretations in this area and the fixes are in SUSv3. Draft 6 of SUSv3 is now available at http://www.opengroup.org/austin/ (you need to join the Austin Group reflector to get an acc

Re: Problems with dd and the keywords swab and sync

2001-04-18 Thread Stuart Anderson
On Wed, 18 Apr 2001, Dale Scheetz wrote: > Both the swab and the sync keywords fail to work correctly according to > SUS, but the behavior is one I would classify as "broken", so I'm reticent > to code this broken behavior into the spec as "differences". > > Do I have to put these items into the

Problems with dd and the keywords swab and sync

2001-04-18 Thread Dale Scheetz
Both the swab and the sync keywords fail to work correctly according to SUS, but the behavior is one I would classify as "broken", so I'm reticent to code this broken behavior into the spec as "differences". The SUS says that swab should "ignore" any odd characters, but: dd if=swab.txt of=swab.sw