如何更改“触摸”的错误消息?

如何更改“触摸”的错误消息?

让我们按预期了解一些典型的触摸用法:

$ touch this
$ sudo chown root this
$ touch this
touch: this: Permission denied

现在我想做的是改touch: this: Permission deniedCan't touch this.

我有办法做到这一点吗?

答案1

获取touch的源码,找到没有权限消息,将其替换为您想要的内容,重新编译即可。

相关内容