top of page
Search


Editing in Place - Redirecting Command Output to the Same Source File
Use our ow script to create a command pipeline that overwrites a source file without creating temporary files.

Paul Troncone
Jun 23, 20212 min read


Creating Hybrid Scripts - Leveraging the Power of Multiple Shells
You may think of command line scripts as using one specific shell or language, but depending on your environment you can combine multiple...

Paul Troncone
Jun 4, 20212 min read


Dynamically Building Commands Using xargs, bash, and foreach
Dynamic pipelines allow you to create powerful one-liners where mere mortals would need an entire script.

Paul Troncone
May 7, 20214 min read
bottom of page