Command Line Snippets
Bits and pieces to copy/paste
psql
I always end up looking up the same few things every time I need to interact with psql: ==== Quit...
robocopy
copy sourcepath to destpath recursively (/e), log to x:\logs.log.txt (/log), allow resuming large...
excel
split by delimeter and take just one part =TAKE(DROP(TEXTSPLIT([@FullName],"\"), 0, 6), 1, 1) Sp...
azure pipelines
{{tag>Azure_DevOps}} Snippets for quickly getting a tree of some path: Look at artifact staging `...
git
find all commits touching a file today I had some changes to a file sitting on an old branch from...