top of page
Search
Paul Troncone
Jul 10, 20213 min read
Customizing Your Linux bash Prompt
Customize the text and font of your Linux bash prompt by using the $PS1 variable.
Paul Troncone
Jun 23, 20212 min read
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 4, 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
May 13, 20211 min read
Running PowerShell on Linux
PowerShell was originally designed for use in Windows, but more recent releases have added support for Linux, macOS, and ARM environments.
Paul Troncone
May 7, 20214 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
Apr 30, 20211 min read
How to Add Git Bash and Cygwin to Windows Terminal
When you install Git for Windows it comes prepacked with Git Bash, a Linux terminal emulator. Git Bash is particularly useful because it...
Paul Troncone
Apr 16, 20216 min read
The Ping Command
The ping command, available on both the Windows and Linux CLI, is an implementation of the Internet Control Message Protocol (ICMP) as...
Paul Troncone
Mar 25, 20192 min read
Converting between Windows and Linux line breaks
The Windows and Linux operating systems have a slight variation in how they handle newlines in files. Typically, in the Windows...
bottom of page