Finding files, do I even need to describe how important this is?
[Read More]How To Grep With PowerShell
It's just like Bash, but more powerful!
Filtering data, from log or config files to data returned by an api, is an important operation to remove noise from it and make further analysis possible.
[Read More]How To Tail With PowerShell
How to replace tail in PowerShell
Printing the last or first, few lines of a file is a common operation in day to day operations.
On Linux most people will, without thinking twice, use tail
and it’s counterpart head
to achieve this.
Bash Utilities In Powershell
Replacing common bash utilities in PowerShell
Whats the first thing coming to mind when seeing a command line?
For most people it is Linux, be it Ubuntu, Debian or RedHat. And it is completely understandable. A big part of our industry has a background in Linux and sees it as the superior system for quick scripts and the like.
In this series I want to challenge this notion. PowerShell can compete with, an in some cases outperform, the quick scripts and common daily tasks done in Linux shells.
[Read More]