Enter Keywords:
1 - 10 of 60(0.001 seconds)
Sort By:
 
HI, I wanted to learn how to write bash shell scripts that I can use to back up remote servers ( MySql ).  Any references? Thanks
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...
Zones: Solaris Unix, Unix OSDate Answered: 03/13/2008 Rating: 8.4 Views: 32
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...
Zones: Shell Scripting, bashDate Answered: 03/10/2008 Rating: 9.6 Views: 40
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...
Zones: SSH / Telnet Software, Linux A...Date Answered: 05/01/2008 Rating: 7.8 Views: 13
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 ...
Zones: Shell Scripting, bashDate Answered: 10/01/2008 Rating: 9.1 Views: 0
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 ...
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...
Zones: Linux, Linux Admin, ...Date Answered: 10/20/2008 Rating: 9.0 Views: 0
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...
Zones: bash, Apple Networking, MAC OS...Date Answered: 10/08/2008 Rating: 8.6 Views: 12
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 ...
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...
Zones: Shell Scripting, bash, U...Date Answered: 04/15/2009 Rating: 9.3 Views: 0