Advertisement

1 - 10 of 710 containing alltags:("bash") (0.001 seconds)
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.   ...
Zones: Linux DevDate Answered: 10/25/2001 Grade: A Views: 0
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" ...
Zones: Linux DevDate Answered: 11/18/2002 Grade: A Views: 97
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...
Zones: Linux DevDate Answered: 02/04/2003 Grade: A Views: 0
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       ...
Zones: UnixDate Answered: 07/27/2003 Grade: A Views: 59
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...
Zones: LinuxDate Answered: 08/23/2004 Grade: A Views: 0
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...
Zones: AIX UnixDate Answered: 09/08/2004 Grade: A 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...
Zones: Linux DevDate Answered: 02/02/2005 Grade: A 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...
Zones: Linux DevDate Answered: 05/28/2005 Grade: A 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"?
Zones: Linux, Linux DistributionsDate Answered: 09/30/2005 Grade: A Views: 17
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...
Zones: Unix Systems ProgrammingDate Answered: 11/30/2005 Grade: A Views: 0