vim $(find path/ -exec grep -l 'pattern' {} +) is an unquoted command substitution, so word splitting will be performed on whitespace on its result, ...
確定! 回上一頁