Problem Using LaTeX creates a bunch of auxiliary files like foo.aux, foo.log, etc. Sometimes, I want to create a clean […]
Tag: cli
Bash script to clear files not matching a given extension
Problem Using LaTeX creates a bunch of auxiliary files like foo.aux, foo.log, etc. Sometimes, I want to create a clean […]
Trash Filing System
Problem This is a script (function) to be added to a bashrc. The purpose is to not actually remove files, […]
Windows CLI locks killer in Python
Problem Some coworkers and I sometimes want to delete folders, only to get the very informative: “Permission Denied” message. I […]
Execute script on remote host and obtain variables on localhost
Problem This executes a predefined script on a remote host, and somehow retrieve variable values without affecting STDOUT and STDERR. […]