Zum Einlesen

tealdeer /tldr
fzf
ncdu


watch

watch -n 2 top                   # monitor system resources
watch -n 1 free -h              # check memory usage
watch -n 5 tail -n 20 app.log   # follow logs
watch -n 1 ls -l                # watch directory changes