You can also use \s in grep to mean a space grep '\s\+\.pdf' example. We should escape literal . because in regex . means any character, ...
確定! 回上一頁