Y
Hacker News
new
|
ask
|
show
|
jobs
by
elt0r0
2208 days ago
Any recommendations for resources on learning more about these commands?
2 comments
ravoori
2208 days ago
Shell - for bash, I'd recommend the Bash Guide from Greg's Wiki (
https://mywiki.wooledge.org/BashGuide
) For awk 1. Chapters 1 and 2 from the Awk Programming Language(
https://ia802309.us.archive.org/25/items/pdfy-MgN0H1joIoDVoI...
) 2. Awk one-liners (
https://www.pement.org/awk/awk1line.txt
) 3. Explanations for one-liners (
https://catonmat.net/awk-one-liners-explained-part-one
)
link
ChanderG
2208 days ago
https://www.grymoire.com/Unix/index.html
Have used this for Awk and Sed.
link