Advertisement

1 - 10 of 361 containing alltags:("shell scripting") (0.001 seconds)
i am very new to shell scripting but have this task i cant figure out. i have a shell script that contains this createPathOutput=`$createPathExe "$scenarioName" 2> ejp4` if [ $? -ne 0 ] then ...
Zones: Linux DevDate Answered: 10/03/2003 Grade: A Views: 0
Hello Experts, I need shell script that runs everyday at a time I define and e-mail a file I tell it to from server to the e-mail address(es) I specify. Can anyone know where I can find such scrip...
Zones: Unix Systems ProgrammingDate Answered: 05/28/2004 Grade: A Views: 0
Hi, I am beginner to shell scripting. i know about all basis of shell scripting. But where i am working is not getting the environment to learn scripting . I am keen to learn it. I tried to find...
Zones: SolarisDate Answered: 01/14/2006 Grade: A Views: 0
Hi, I have Shell Script A which invokes a Java class which in turn invoke another Unix shell script B. The shell script in turn splits a file. I need to call the script A via the Web. I am u...
Zones: JSPDate Answered: 11/27/2005 Grade: A Views: 0
First,    I am attempting to get FreePBS and Asterisk running on a FreebSD 6,2 built box..    Since FreePBX is not a project yet, I found a shell script preproject, but I can't get it to ...
Zones: Free BSDDate Answered: 01/28/2007 Grade: A Views: 0
I have question regarding sqlldr log files. I have a script that runs multiple control files and put all the logs in logfile location. now i have to add a script to search thro all these log ...
Zones: Oracle 9.x, UnixDate Answered: 06/05/2007 Grade: B Views: 0
I know how to get input in the script, but I want to get input when you crank the command. I want to run the script chk but run it like this #chk standard.exe so standard.exe would get read in a...
Zones: Linux, csh / tcsh, Shell ScriptingDate Answered: 09/14/2007 Grade: A Views: 9
Hopefully this is simple. What I'm trying to do is, this is what i have so far: VARIABLE1=(greps out a log and gets a number with the 'wc -l' command) What I want next is a test command where i...
Zones: Shell Scripting, Unix...Date Answered: 10/10/2007 Grade: A Views: 0
hi. my script is copy folder from build area to staging in same local machine but as remote user. so when i want to delete those folder i am not able to delete. there is not group or user avai...
Zones: Shell ScriptingDate Answered: 02/09/2008 Grade: A Views: 0
I have a ksh script and I need to source a csh script inside it. and I do not how to do it. I tried the following and it doesn't work: #!/bin/ksh export HOME=/home/sthakkar #echo $HOME csh <...
Zones: Shell Scripting, csh / tcshDate Answered: 01/02/2008 Grade: A Views: 36