Problem I’m new to writing bash scripts and was wondering if I could get someone’s advice on a part of […]
Tag: sh
Fizz having an argument with Buzz
Problem For my current project I need to validate responses. The requests will be send from multiple different shell scripts […]
Shell script to create a boilerplate proyect
Problem This is actually my first shell script and just by looking at it I know this can look better. […]
Bulk File Rename
Problem A function that funnels all filenames into a file and opens that file in vim. The user then changes […]
Moving files and leaving links in bash
Problem The objective of this code is to create a command that move files and leaves links in their place. […]
Alternative to env that accepts arguments
Problem It is commonly known that env does not allow passing of arguments – at least not reliably. There are […]
Shell command to output all plugins that exist across multiple wordpress installations
Problem I’m working on a server and need a complete list of plugins that are installed for all wp installations. […]
trash script to alias rm
Problem This script implements a command line level trashcan system. Designed to work around rm doing the bits needed to […]
Shell script to download Project Euler problems and combine to PDF
Problem This is a script I created that downloads Project Euler webpages and combines them to PDF. The script also […]
Finding (and counting) duplicate JS/Java files
Problem I have the following script which takes minutes to give output. printf “nDuplicate JS Filenames…n” ( find . -name […]
- 1
- 2