tmp*_*bin 0 bash
我发现which cp|file打印作为file命令,有人可以解释为什么吗?
which cp|file
file
我当然知道命令file $(which cp)有效。
file $(which cp)
Dav*_*ing 5
该file命令不接受来自stdin. 你需要做类似的事情which cp | xargs file
stdin
which cp | xargs file
归档时间:
9 年,9 月 前
查看次数:
70 次
最近记录: