Skip to content

Commit

Permalink
Dopisanie komnedy dla tree
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jan 4, 2025
1 parent f162af7 commit 47d8690
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Linux🐧 i Bash/bash_cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,18 @@ Przydatne flagi:
- `-h` - human readable, zaokrągla do GB, MB etc.
- `--max-depth=2` - maksymalna głębokość przy pokazywaniu podfolderów

Alternatywnie do badania struktury katalogów można użyć `tree`

```bash
tree --du -h -d
```

Flagi:

- `-d` - wyświetl tylko foldery
- `--du` - podlicz rozmiary folderów
- `-h` podawaj rozmiary w czytelnym formacie

### Pisanie do plików

Każda aplikacja ma wejście (`stdin`) oraz dwa wyjścia (`stdout`-zwykłe i `stderr`-dla błędów)
Expand Down

0 comments on commit 47d8690

Please sign in to comment.