News

It is possible to run .sh or Shell Script files in Windows 11 or Windows 10 using Windows Subsystem for Linux. In this post, we will show you how to run a Shell Script file in Windows 11/10.
The filenames are all formatted the same e.g.: "EDIS5140-001 (srp5m).pdf". I need to create a folder based on the string inside the parentheses and move the file to that new folder. One problem is ...
We've all been there: We're using code to automate something and send to a specific file, or attempting to relocate a file from one folder to another. We find the file and think it's available to open ...
For example, a common issue with shell scripts is to forget to quote an environment variable that could hold a file name that contains spaces. For example, consider this really simple script: ...
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system. This script requires coreutils (for cat, tail), awk, gzip, tar and bash.