Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:bash [2023/01/26 20:13] – [Search for files and chown them] admin | linux:bash [2023/01/26 20:16] (current) – admin | ||
---|---|---|---|
Line 13: | Line 13: | ||
</ | </ | ||
- | |||
- | ---- | ||
==== Search for files and chown them ==== | ==== Search for files and chown them ==== | ||
Line 20: | Line 18: | ||
find . -type f -not \( -name " | find . -type f -not \( -name " | ||
+ | ---- | ||
- | ---- | + | ===== Find files containing text ===== |
+ | |||
+ | <code bash> | ||
===== Working with external storage ===== | ===== Working with external storage ===== |