-
Postgres CSV export
2020-07-28
How to export a PostgreSQL query to CSV file
-
Grep non-greedy match
2020-07-24
How to do a non-greedy match in grep
-
jq replace json value if key exists
2020-07-20
How to replace json value of a specific key
-
Ubuntu prevent updating of a specific package
2020-07-05
How to prevent updating of a specific ubuntu package
-
Git Delete Remote Branch
2020-01-24
How to delete a git branch (local or remote)
-
Perl Search and Replace
2020-01-24
Replace all occurrences of oldstring with newstring across all python files in the current directory and all it’s subdirectories. …more