Sunday 31 July 2016

BASH Script: Copy Files From Source To Destination Within Given Date Range By RSYNC


Bash Image
 After the Previous Post, let's discuss another important task. Copy Files / Folders from one location to another but efficiently. There are many ways to do this task in LINUX. Also one can find multiple commands as well. We will discuss one specific scenario as follows.


Monday 4 July 2016

BASH Script: Copy Files From Source To Destination Within Given Date Range

BASH Script Logo
After the Previous Post, let's discuss another important task. Copy Files / Folders from one location to another. There are many ways to do this task in LINUX. Also one can find multiple commands as well. We will discuss one specific scenario as follows.


Friday 1 July 2016

BASH Script: Date As Input

BASH Script
Lets start a very Basic, yet powerful Language Tutorial. The Bash Scripting. Basically it is acronym of "The Bourne Again Shell". Today, I am going to discuss some Basics by considering following scenario.



Let's assume that you need to do some task for range of dates or over a period of dates. So here there will be a Start Date & End Date. Also it would be great if you can give this range of dates to your script at the command line so no need to edit the script every time. when I said command line it means that one can give argument at the time of execution of the bash script.