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 ...
http://www.experts-exchange.com/Programming/System/Linux/Q_20755057.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20976060.html
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...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_21474249.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21583373.html
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 ...
http://www.experts-exchange.com/OS/Unix/BSD/FreeBSD/Q_22138614.html
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 ...
http://www.experts-exchange.com/Database/Oracle/9.x/Q_22539509.html
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...
http://www.experts-exchange.com/OS/Linux/Q_22829085.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_22884897.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23021145.html
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 <...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23054892.html