Hacker Public Radio   /     HPR4043: Uncommon Commands, Episode 1

Description

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}$" The full diceware making command: look . | grep -E "^[a-z]{4,8}$" | shuf | xargs -n4 | head

Summary

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}$" The full diceware making command: look . | grep -E "^[a-z]{4,8}$" | shuf | xargs -n4 | head

Subtitle
Duration
Publishing date
2024-01-31 00:00
Link
https://hackerpublicradio.org/eps/hpr4043/index.html
Contributors
  deltaray.nospam@nospam.slugbug.org (Deltaray)
author  
Enclosures
http://hackerpublicradio.org/eps/hpr4043.mp3
audio/mpeg