HPR4043: Uncommon Commands, Episode 1
🔒
https://hackerpublicradio.org
«Commands covered in this episode:
look
shuf
xargs
The find command for running file:
find . -type f -size +10M | xargs file
The grep syntax for matching 4 to 8 character long words:
grep -E "^[a-z]{4,8}$"
T...»
Automatische Weiterleitung...
1.5s