I'm asking in this topic 'cause I think most bash experts can be found here;-)
Here we go: can somebody please explain how the 2'nd and 3'rd : are interpreted by bash in following command.
...
http://www.experts-exchange.com/Programming/System/Linux/Q_20196246.html
Zones:
Linux DevDate Answered: 10/25/2001 Rating: 7.8 Views: 4
How can I change this if:
if grep "Slave_Running: Yes" /home/status.txt > /dev/null; then
echo Mailing show slave status error report!!!
/home/mysql-mail-problem.sh
fi
to "if not"
...
http://www.experts-exchange.com/Programming/System/Linux/Q_20400481.html
Zones:
Linux DevDate Answered: 11/18/2002 Rating: 9.2 Views: 299
How can bash shell script look into the file with
following format
login name: real name: bithdate
compare the bithdate with the system date and if they
match - sends the email to the relev...
http://www.experts-exchange.com/Programming/System/Linux/Q_20472612.html
Zones:
Linux DevDate Answered: 02/04/2003 Rating: 7.8 Views: 22
Hi,
I would like to know how I can redirect all output to a file from within an instance of bash. For example, script.sh contains:
#!/bin/bash
echo 'hi' #to STDOUT
xzxzxzxzxzx ...
http://www.experts-exchange.com/OS/Unix/Q_20688386.html
Zones:
Unix OSDate Answered: 07/27/2003 Rating: 7.6 Views: 5
i want to make a student record database in bash programming in which i have the facility to search,edit existing record,deleting a existing record or add a particular record and any other extra
o...
http://www.experts-exchange.com/OS/Linux/Q_21078953.html
Zones:
LinuxDate Answered: 08/23/2004 Rating: 8.2 Views: 14
I need some help writing a simple bash script to do the following file manipulations, if you can help I would appreciate it.
IF
--
1. <source.filename> line #1 contains the words ".pcl"
THE...
http://www.experts-exchange.com/OS/Unix/AIX/Q_21122877.html
Zones:
AIX UnixDate Answered: 09/08/2004 Rating: 9.0 Views: 0
I have a bash script that gets it variables from customer specific parm files. I would like to use a command line argument to specify the parm file when I start the script.
Anyone know how to do...
http://www.experts-exchange.com/Programming/System/Linux/Q_21296866.html
Zones:
Linux DevDate Answered: 02/02/2005 Rating: 4.2 Views: 0
I have a lot of files with * as part of a variable I need to read with bash.
* is protected, I know but there must be a way to use it as part of a variable
The problem is as such.
If you defi...
http://www.experts-exchange.com/Programming/System/Linux/Q_21438620.html
Zones:
Linux DevDate Answered: 05/28/2005 Rating: 7.0 Views: 0
I am using SUSE Linux Enterprise Server 9.
I have come over this command
"ssh-agent bash"
What is the meaning by putting the "bash" after "ssh-agent"?
http://www.experts-exchange.com/OS/Linux/Q_21562123.html
hello,
As its says in the title of the question i need some help in creating a bash script to run and output a C program simultaneously.
The output of each instance run simultaneously can b...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21647820.html