ascii
|
EBCDIC to ASCII.
|
asciib
|
EBCDIC to ASCII, using BSD-compatible conversions. Solaris only.
|
ebcdic
|
ASCII to EBCDIC.
|
ebcdicb
|
ASCII to EBCDIC, using BSD-compatible conversions. Solaris only.
|
ibm
|
ASCII to EBCDIC with IBM conventions.
|
ibmb
|
ASCII to EBCDIC with IBM conventions, using BSD-compatible conversions. Solaris only.
|
block
|
Variable-length records (i.e., those terminated by a newline) to fixed-length records.
|
unblock
|
Fixed-length records to variable-length.
|
lcase
|
Uppercase to lowercase.
|
ucase
|
Lowercase to uppercase.
|
noerror
|
Continue processing when errors occur (up to five in a row).
|
notrunc
|
Do not truncate the output file. This preserves blocks in the output file that this invocation of dd
did not write. Solaris only.
|
swab
|
Swap all pairs of bytes.
|
sync
|
Pad input blocks to ibs
.
|