Search Results

Search: Posts Made By: hidnana
5,770
Posted By hidnana
Autosys remote agent installation issue
We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys.

But the issue is there is already a Jobtrac scheduler present in this server, and the...
Forum: AIX 09-09-2011
5,215
Posted By hidnana
Autosys remote agent installation issue
We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys.

But the issue is there is already a Jobtrac scheduler present in this server, and the...
Forum: UNIX and Linux Applications 09-09-2011
3,201
Posted By hidnana
Autosys remote agent installation issue
We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys.

But the issue is there is already a Jobtrac scheduler present in this server, and the...
3,996
Posted By hidnana
Thanks for your suggestion. But if I remove the...
Thanks for your suggestion. But if I remove the paranthesis, I get an error like this

-----
$pos1: 1
$pos2: 10
str-token.ksh[33]: field=${line1:$pos1:$pos2}: 0403-011 The specified...
3,996
Posted By hidnana
Execution issue with shell script - works in a different environment
Hi
I get the following error while executing the shell script. I did not get an error when I ran the script in a different environment (unix server).
str-token.ksh[15]: 0403-057 Syntax error at...
7,513
Posted By hidnana
Mail on a box failure : Autosys
I need to send invoke a script that sends out a mail, whenever a box fails (i.e., one or more of the jobs in the box fail). The key point is that this job should start on failure of box, but it...
5,530
Posted By hidnana
Checking for the presence of a string within another string
How to check if a string in contained in another string ?

Like

Whether the String "brown" is contained in
"A quick brown fox jumps over a lazy the dog"
64,716
Posted By hidnana
Is there a limit to the no. of arguments to a shell script ?
What is the maximum no. of arguments that could be passed to a shell script ? Is there any restriction ?

I've a requirement where I need to pass a list of names to a unix script and I guess the...
4,153
Posted By hidnana
Separate lines in a single '|' separated line
Hi

I have a file with contents like

china
india
france
japan
italy
germany
.
.
.
.
etc....


I want the output as

china|india|france|japan|italy|germany|.|.|.
24,374
Posted By hidnana
Invoking Oracle stored procedure in unix shell script
Here's a shell script snippet.....

[/code]
cd $ORACLE_HOME/bin
Retval=`sqlplus -s <<eof
$TPDB_USER/april@$TPD_DBCONN
whenever SQLERROR exit 2 rollback
whenever OSERROR exit 3...
3,882
Posted By hidnana
Thanks for your valuable suggestions.
Thanks for your valuable suggestions.
2,202
Posted By hidnana
extraction of last but one char in a line
I need to extract the character before the last "|" in the following lines, which are 'N' and 'U'. The last "|" shouldn't be extracted. Also the no.s of "|" may vary in a line, but I need only the...
3,882
Posted By hidnana
extraction of last but one char
I need to extract the character before the last "|" in the following lines, which are 'N' and 'U'. The last "|" shouldn't be extracted. Also the no.s of "|" may vary in a line, but I need only the...
12,443
Posted By hidnana
I have uploaded the $key as a screenshot as I...
I have uploaded the $key as a screenshot as I don't have the text version right now..., it's a big string concatenated by "|".

Can you pls. tell me which is better than egrep....
grep.. perl......
12,443
Posted By hidnana
The value of $key changes on each iteration but...
The value of $key changes on each iteration but ${PICKUP_DIR}/new_update doesn't change
12,443
Posted By hidnana
egrep is very slow : How to improve performance
We have an egrep search in a while loop.

egrep -w "$key" ${PICKUP_DIR}/new_update >> ${PICKUP_DIR}/update_record_new

${PICKUP_DIR}/new_update is 210 MB file

In each iteration, the...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 08:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy