Recent Activity
Recently Created Pages View All
git
find all commits touching a file today I had some changes to a file sitting on an old branch from...
Everything
[[https://www.voidtools.com/|voidtools' Everything]] is a live file search tool for windows. I fi...
azure pipelines
{{tag>Azure_DevOps}} Snippets for quickly getting a tree of some path: Look at artifact staging `...
excel
split by delimeter and take just one part =TAKE(DROP(TEXTSPLIT([@FullName],"\"), 0, 6), 1, 1) Sp...
robocopy
copy sourcepath to destpath recursively (/e), log to x:\logs.log.txt (/log), allow resuming large...