linux - dd:无效参数 'ucase' 到 'conv'

标签 linux unix dd

为什么 'ucase' 值对 unix 中的属性 'conv' 不起作用?

错误信息

➤ dd if=mergefile of=dddemo conv=ucase dd:“conv”的参数“ucase”无效

最佳答案

您使用的 dd(1) 版本不支持 ucase 转换说明符,例如 BusyBox 中包含的转换说明符。

关于linux - dd:无效参数 'ucase' 到 'conv',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26452746/

相关文章:

linux - 使用 log4j 将日志数据写入 syslog

linux - 线程和任务的数量是否正常?

c++ - 调试模板代码 : What are some modern ways to do this on the command line?

linux - dd if=/dev/sdb 命令是做什么的?

linux - 测试 - 使用 'dd' 故意损坏 .Z 文件

linux - 如何更改 Influxdb 存储文件夹的位置?

c - 如何在 linux 中使用审计来使用 libaudit 监控文件

linux - shell脚本删除不同文件夹中除最后更新文件之外的所有文件

unix - 如何在unix中使用find排除带有大小条件的文件夹和文件?

java - 常见unix命令(特别是dd)的java库?