top of page
Search
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
Jul 22, 20202 min read
Using the Linux awk Command to Slice and Dice data
The Linux awk command is a powerful alternative to the cut command for slicing columnar data.
Paul Troncone
Apr 22, 20201 min read
Linux cut Command Overview
Use the cut command to extract columnar data from files by using character or field location Common Command Options -c Character ...
Paul Troncone
Apr 21, 20201 min read
Linux tr Command Overview
In this video we look at the tr command and its uses: Replacing characters Deleting characters Squeezing characters Common Command...
bottom of page