分页: 1 / 1

[求助]xargs 传多个参数时的问题

发表于 : 2009-10-10 22:53
lilydjwg
注:shell=bash

代码: 全选

find -L ~/音乐 -path "*$1*" -type f | sort -R | xargs -t -r mocp
结果——

代码: 全选

FATAL_ERROR: wgetch() failed
也就是文件名传过去时出了问题,但把xargs执行的命令直接执行正常,为什么会这样?