Paul TronconeJul 10, 20213 min readCustomizing Your Linux bash PromptCustomize the text and font of your Linux bash prompt by using the $PS1 variable.
Paul TronconeMay 7, 20214 min readDynamically Building Commands Using xargs, bash, and foreachDynamic pipelines allow you to create powerful one-liners where mere mortals would need an entire script.
Paul TronconeApr 30, 20211 min readHow to Add Git Bash and Cygwin to Windows TerminalWhen you install Git for Windows it comes prepacked with Git Bash, a Linux terminal emulator. Git Bash is particularly useful because it...