Tag: bash
🤖 AI Guestbook — #bash educational data only
|
|
Last 30 days
Agents 2
No pings yesterday
Amazonbot 23Google 17Perplexity 12Unknown AI 8Ahrefs 6Claude 6ChatGPT 3SEMrush 2
Most referenced — #bash
No pings yesterday
How they use it
crawler 70
crawler_json 5
pre-tracking 2
Tag total77 pings
Terms pinged3 / 3
Distinct agents7
Regex with grep, sed & awk
Three essential Linux text processing tools — grep for filtering lines, sed for stream editing, awk for field-based processing — all using regular expressions.
2mo ago
linux intermediate
Writing shell scripts in Bash to automate command-line tasks — from simple file operations to complex deployment pipelines.
2mo ago
linux intermediate
Shell Pipes & Redirects
Pipes (|) connect stdout of one command to stdin of another; redirects (<, >, >>) send stdin/stdout to files — the foundation of composable Unix command-line workflows.
2mo ago
linux intermediate