top of page
Search


Customizing Your Linux bash Prompt
Customize the text and font of your Linux bash prompt by using the $PS1 variable.
Paul Troncone
Jul 10, 20213 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 23, 20212 min read


How to Open the Windows Command Prompt
Before you can leverage the power of the command line you first need to open it. In Windows 10 you have two primary options.
Paul Troncone
Jun 17, 20211 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


Traversing and Creating Directories in Windows Command Prompt (cmd)
From the Windows Command Prompt you can use the cd command to display your current working directory or change to a different directory.
Paul Troncone
May 28, 20212 min read


Creating Windows Batch Scripts
The Windows command prompt is not the most powerful option available, but it is fairly full featured for scripting.
Paul Troncone
May 21, 20214 min read
bottom of page