| bs=BYTES |
read and write up to BYTES bytes at a time (default: 512)
overrides ibs and obs
|
| cbs=BYTES |
convert BYTES bytes at a time
|
| conv=CONVS |
convert the file as per the comma separated symbol list
|
| count=N |
copy only N input blocks
|
| ibs=BYTES |
read up to BYTES bytes at a time (default: 512)
|
| if=FILE |
read from FILE instead of stdin
|
| iflag=FLAGS |
read as per the comma separated symbol list
|
| obs=BYTES |
write BYTES bytes at a time (default: 512)
|
| of=FILE |
write to FILE instead of stdout
|
| oflag=FLAGS |
write as per the comma separated symbol list
|
| seek=N |
(or oseek=N) skip N obs-sized output blocks
|
| skip=N |
(or iseek=N) skip N ibs-sized input blocks
|
| status=LEVEL |
The LEVEL of information to print to stderr; 'none'
suppresses everything but error messages, 'noxfer'
suppresses the final transfer statistics, 'progress' shows periodic transfer statistics
|