Hi,
Can someone please tell me how to use GREP in K Shell. I want to GREP a file looking for a text string and then control an IF statement depending on whether the string is found or not.
H...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21558239.html
Hello All.
I have a script which basically reads a file and moves the files between 2 directories. I am attaching the code. This script has a for loop which reads a file (a pipe delimited file) ...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_24084342.html
Hai !
Can anyone post a unix shell script which can connect to a sybase data base and full the complete table structure and data and move it on to a oracle database.
similar to export / i...
http://www.experts-exchange.com/Database/Sybase/Q_23091624.html
I want to set env variable SQLLDRUSER = OralceUSER/ORALCEPSWD
i could not get the / to work, I did this
SQLLDRUSER=$AISPSWD; export $SQLLDRUSER; export SQLLDRUSER
I get error ksh / is not ...
http://www.experts-exchange.com/OS/Unix/Q_21748705.html
Zones:
Unix OSDate Answered: 02/23/2006 Rating: 8.4 Views: 0
I have a KSH script in unix which requires the user to enter some responses (Y or N) at certain intervals of the code. I would like to automate this KSH script by redirecting the standard input.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23524311.html
Zones:
ksh,
Unix OSDate Answered: 07/24/2008 Rating: 9.1 Views: 0
I am trying to run a C executable from within a Korn Shell Unix script. The C executable is to create a csv file and returns 0, 1, or -1 depending on success, warning, or failure. I am able to ex...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23834878.html
Zones:
ksh,
Un...Date Answered: 10/21/2008 Rating: 8.8 Views: 8
When I fire up the little terminal jobbies I was trying to get zsh for a startup. I thought my .zshrc
format was messed up but then I typed "zsh" and got my prompt.
I don't want to have to type...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23440140.html