Paul TronconeApr 22, 20214 minThe Ipconfig CommandThe ipconfig command is used in Windows to display information about a computer's network interfaces. Basic Use To execute the ipconfig...
Paul TronconeApr 16, 20216 minThe Ping CommandThe ping command, available on both the Windows and Linux CLI, is an implementation of the Internet Control Message Protocol (ICMP) as...
Paul TronconeJul 22, 20202 minUsing the Linux awk Command to Slice and Dice dataThe Linux awk command is a powerful alternative to the cut command for slicing columnar data.
Paul TronconeApr 22, 20201 minLinux cut Command OverviewUse the cut command to extract columnar data from files by using character or field location Common Command Options -c Character ...
Paul TronconeApr 21, 20201 minLinux tr Command OverviewIn this video we look at the tr command and its uses: Replacing characters Deleting characters Squeezing characters Common Command...