Sound eXchange, or SoX, the “Swiss Army knife of audio manipulation” has been around for as long as the Linux kernel, and in case you’re not familiar with it, is a command line tool to play, record, ...
At times, we need to write shell scripts that are interactive and user executing them need to monitor the progress. For such requirements, we can implement a simple progress bar that gives an idea ...
Automating something involving data from the Internet can be confusing when it comes to pages generated by user input. For instance, let’s say you want to scrape data from a page that loads after ...
hey all, I need to set up a shell script that ssh's into a remote server then runs some commands. I have minimal control over the remote server, and only slightly more control over the server the ...
I know, there are a million shell scripts waiting to be written to help administer your computer, run your server and fine-tune your back end, but I'm obsessed with scripts that interact with on-line ...
Every wizened Unix hacker will have his or her own special tool set for using the command line for dev-fu. Here are mine The shell is your friend. But many developers don’t really know the shell, the ...
BASH is a Unix shell and command language which can run Shell Script files. You do not need to install Ubuntu or any other Linux Distros unless your scripts need the ...