SFTP via the Command Line
Posted 3rd March 2021
No comments
Simple instructions for uploading or downloading files and directories using Secure File Transfer Protocol (sFTP) in Linux.
Copying and moving files on Linux
Posted 8th September 2020
No comments
Copy or move files of type from one directory to another on a Linux operating system via the command line.
Combine multiple CSVs into one XLSX via PowerShell
Posted 25th November 2015
19 comments
A convenient PowerShell script that will detect all of the CSV files in a directory and merge them into a single XLSX file. Each CSV becomes a worksheet in the XLSX.
Use PowerShell to copy all files with a certain name or extension
Posted 2nd September 2015
No comments
Use this simple PowerShell script to batch copy files from one location to another on your computer.
Automatically delete files listed in a CSV
Posted 26th September 2014
3 comments
A PowerShell script that reads a list of files in a CSV and deletes them from a computer drive automatically.