-
Powershell Tip: Find all files larger than X bytes in a directory structure
In order to output all files larger than a certain size on Windows systems, you do not have to use the explorer search. A Powershell script does this very efficiently. The result is shown in a gridview window: If the last part | Out-GridView is omitted, the output in the console is required.
-
Convert JSON to YAML and back using python
Just a few lines of code to convert json to yaml and back. Convert JSON to YAML Convert YAML to JSON