Enter Keywords:
1 - 10 of 971(0.013 seconds)
Sort By:
 
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 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" ...
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...
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       ...
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...
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...
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...
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...
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"?
Zones: Linux, Linux DistributionsDate Answered: 09/30/2005 Rating: 7.4 Views: 0
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 Rating: 7.0 Views: 0