How to use “grep” command to find text including subdirectories. Do the following: grep -rnw '/path/to/somewhere/'-e 'pattern'. -r or -R is recursive, ...
確定! 回上一頁