top of page
Search
Paul Troncone
Jun 17, 20211 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 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 28, 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 21, 20214 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 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
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 22, 20214 min read
The Ipconfig Command
The ipconfig command is used in Windows to display information about a computer's network interfaces. Basic Use To execute the ipconfig...
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