egrep -vl '*.pdf' some_file examines the file content, not name. The right way to exclude names with find is to negate ( ! ) ...
確定! 回上一頁