IN-Decent

Re-decentralizing internet with free software

Recent posts

Nov 14, 2023
Run Command Only When Stdin Is Not Empty Run a shell command only when stdin is not empty using ifne utility
Oct 13, 2023
Templating in Shell With envsubst Templating in shell with envsubst to generate dynamic content, separate code from data and reduce code complexity of shell scripts.
Aug 27, 2023
Autoset Environment Variables and Virtual Environments With direnv direnv is a utility program for Unix which automatically sets and unset environment variables when user enters and leaves a directory respectively.
Dec 26, 2021
Convert String to Upper or Lower Case in Bash Bash version 4+ can convert case of a character to upper or lower case using parameter substitution feature.
Dec 25, 2021
Sqlite Perform Case Insensitive String Comparison in a Query Use 'COLLATE NOCASE' keyword to perform case insensitive string match against a column