HI,
I wanted to learn how to write bash shell scripts that I can use to back up remote servers ( MySql ). Any references?
Thanks
http://www.experts-exchange.com/OS/Unix/BSD/FreeBSD/Q_21938224.html
Zones:
Free BSDDate Answered: 07/31/2006 Rating: 8.2 Views: 0
Dear Experts:
I want to write a bash script to do backup a folder under format YYYYMMDD. This script will be run today but it will do a backup of yesrday folder. For example here are the list of...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_23224821.html
Hi:
I was not able to do this in Excel, so I decided to have it accomplished in a Linux Centos Server, issuing the command from the command line.
Imagine I have a very simple flat text file w...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23230220.html
Hi I have been trying to create a nested loop which main purpose would be to use 2 files in parallel, the first file tmp4 contains IP Addresses that I would need to ssh to, now, every single line i...
http://www.experts-exchange.com/Software/Internet_Email/File_Sharing/SSH_Telnet/Q_23368530...
I have a BASH script that works but I need to skip over the .log files.
Here is the script - how do I get the "for movie ..." line to exclude all .log files in that directory?
#!/bin/bash
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23586853.html
I have the following one liner that greps through some files doing some datamining(paths/names have been changed to protect the innocent):
ls | grep XXXXX | xargs -n1 -i find {}/XXXXXXXX/ -name ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23655060.html
Zones:
bashDate Answered: 08/17/2008 Rating: 9.3 Views: 0
Hey guys... scripting experts!
so for example I have a file name called
/var/www/html/images/myphoto.jpg
Using script, how do I extract only the "myphoto.jpg" part? Thanks all!
If you guy...
http://www.experts-exchange.com/OS/Linux/Q_23717564.html
Mac OS X 10.5.5
I used Network in System Preferences to configure a VPN connection.
After which it displays in the menu on the top of my screen with my clock.
I click on it and then click 'Conne...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23799096.html
I'm a beginner for using shell scripting on Unix.
The purpose of my script is to get data in abc.txt file into my Oracle External Tables
I have this problem at "Cleaning the output files to ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/sh/Q_23986701.html
Zones:
sh,
Oracle 10.xDate Answered: 12/31/2008 Rating: 6.9 Views: 0
I'm currently writing a shell script, and have noticed that there are certain switches/parameters that can be used which don't seem to have much documentation
For example, if I use
if [ -d $D...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_24325269.html