Victor Loux Bookmarks Tag: shell

17 bookmarks tagged “shell

Commands.dev - Find commands at the speed of thought

commands.dev/
Commands.dev is a searchable, templated catalog of popular terminal commands curated from across the internet.

Minimal safe Bash script template | Better Dev

betterdev.blog/minimal-safe-bash-script-template/
Minimal Bash script template that will make your scripts safer, consistent with standards, and provide a way to parse and validate parameters.

World's best introduction to sed - good coders code, great coders reuse

catonmat.net/blog/worlds-best-introduction-to-sed/
This is the world's best introduction to sed. It explains the four spaces of sed, various sed command line arguments, sed addresses, sed ranges, basic sed commands, and command grouping.