Paul TronconeJun 23, 20212 min readEditing in Place - Redirecting Command Output to the Same Source FileUse our ow script to create a command pipeline that overwrites a source file without creating temporary files.
Paul TronconeJun 4, 20212 min readCreating Hybrid Scripts - Leveraging the Power of Multiple ShellsYou may think of command line scripts as using one specific shell or language, but depending on your environment you can combine multiple...
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.