linux:filesystem:find
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:filesystem:find [2024/02/12 13:43] – ms | linux:filesystem:find [2024/07/09 15:08] (current) – ms | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| Deteien nach Größe auflisten | Deteien nach Größe auflisten | ||
| < | < | ||
| - | find . -ls|sort -n -k7 | + | find . -ls | sort -n -k7 |
| + | </ | ||
| + | Deteien zu einem TAR packen | ||
| + | < | ||
| + | find . -type f -name " | ||
| + | |||
| + | find . -type f \( -iname \*.pdf -o -iname \*.epub -o -iname \*.djvu \) -not -path " | ||
| </ | </ | ||
linux/filesystem/find.1707741813.txt.gz · Last modified: 2024/02/12 13:43 by ms