Posts
| 2020-09-30
(updated 2025-10-23)
| 4 min read
#powershell
Series: Bash to PowerShell
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.
Posts
| 2020-09-21
(updated 2025-10-26)
| 3 min read
#powershell
Series: Bash to 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.
Posts
| 2020-09-20
(updated 2025-10-23)
| 1 min read
#powershell
Series: Bash to 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.