Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

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.

Read the full story...

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.

Read the full story...

PowerShell logo

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.

Read the full story...

PowerShell logo

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.

Read the full story...

PowerShell logo

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.

Read the full story...