tests/posix: dd(1p)
			#23
		
		
	
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to go about implementing dd(1) in a shell script we must first have feature parity. dd(1p) does the following things:
dd if=in of=out) and control (dd ibs=1024 obs=128 skip=5 seek=10 count=1) - see dj(1), #15dd conv=lcase,dd conv=ucase)dd conv=swab) - see swab(1), #22dd conv=ascii,dd conv=ebcdic,dd conv=ibm)dd conv=block,dd conv=ublock)Emma and I have discussed a solution to input/output direction, mm(1), which will replace cat(1p) and tee(1p). I've yet to write a utility proposal though.
dd(1p)to tests/posix: dd(1p)tests/posix: dd(1p)to tests/posix: `dd(1p)`We have decided verbally that POSIX tests will go in another repository.