AWK cheat sheet
AWK cheat sheet with essential commands, syntax, variables, and examples for text processing and data extraction. Quick reference guide for using AWK.
Collection of publications tagged with scripting.
AWK cheat sheet with essential commands, syntax, variables, and examples for text processing and data extraction. Quick reference guide for using AWK.
Learn how to rename files in bulk on Linux using simple shell commands with Bash's parameter expansion. Includes examples and detailed command breakdowns.
Introdution to arrays in JavaScript, covering their basic syntax, accessing elements, modifying elements, getting the length, and various array methods.
JavaScript RegExp examples to validate URI paths, also known as URL slugs. Code examples to match lowercase characters, hyphens and numbers.
Introdution to variables in JavaScript using let and const and the differences between them and var. Naming conventions, best practices, data types.
Recipes and command examples for jq, a lightweight and flexible command-line JSON processor. Learn to delete and keep specific arrays and objects.
List of standard and custom Linux exit status codes. Numeric values returned by commands or scripts, indicating success, failure, or specific error conditions.
Simple rsync backup shell script template to back up the user home directory to mountpoint, e.g. a hard drive, thumb drive, sd card, etc. Verifies mountpoint exists, writes log to mountpoint.
Learn how to convert TrueType Font (TTF) and OpenType Font (OTF) files to Web Open Font Format 2 (WOFF2) using a simple shell script. Create your own web fonts.
GNU sed cheat sheet covering everything from basic syntax to advanced addressing techniques. Learn how to use sed efficiently to manipulate text with examples.
Recipes and command examples for GNU sed (stream editor), the non-interactive command-line text editor.
“There are only two hard things in Computer Science: cache invalidation and naming things.”