PostgreSQL: Store a PSQL COUNT query result as a Bash variable
Posted 5th June 2018
No comments
Use this nifty code to isolate the result of a PSQL COUNT query as a variable within a Bash script.
Perl script to unzip files
Posted 9th November 2016
2 comments
A Perl script that will unzip files by extracting contents and saving them to a new directory named after the source zip file.