linux:find
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:find [2025/02/11 21:14] – Wuff | linux:find [2026/06/10 09:30] (current) – [find examples] Wuff | ||
|---|---|---|---|
| Line 97: | Line 97: | ||
| </ | </ | ||
| + | get the total filesize of specific find command: | ||
| + | < | ||
| + | find . -type f -not -iname " | ||
| + | 84M total | ||
| + | find . -type f -not -iname " | ||
| + | 85864 | ||
| + | |||
| + | </ | ||
| ====== Replace spaces with underscores ====== | ====== Replace spaces with underscores ====== | ||
| Mass replace spaces with underscores | Mass replace spaces with underscores | ||
| Line 111: | Line 119: | ||
| < | < | ||
| find . -type f -name " | find . -type f -name " | ||
| + | |||
| + | find . -type f -name ' | ||
| </ | </ | ||
linux/find.1739308492.txt.gz · Last modified: by Wuff