Search code examples
linuxunixdd

dd: invalid argument 'ucase' to 'conv'


Why 'ucase' value is not working for attribute 'conv' in unix ?

Error info

➤ dd if=mergefile of=dddemo conv=ucase dd: invalid argument 'ucase' to 'conv'


Solution

  • You're using a version of dd(1) that doesn't understand the ucase conversion specifier, such as the one included with BusyBox.