Why 'ucase' value is not working for attribute 'conv' in unix ?
➤ dd if=mergefile of=dddemo conv=ucase dd: invalid argument 'ucase' to 'conv'
You're using a version of dd(1)
that doesn't understand the ucase
conversion specifier, such as the one included with BusyBox.