Search Results

Search: Posts Made By: shirdi
1,581
Posted By shirdi
Hi, Thanks for the help :) but this is writing...
Hi, Thanks for the help :)
but this is writing the result to standard output. But I want the result to be in the same file , where we are removing the lines.
suppose we are removing the lines from...
1,581
Posted By shirdi
How to search multiple patterns and remove lines from a file?
Hi,

I have a file content as below.

Table : PAYR
Displayed fields: 15 of 15 Fixed columns: 4 List width 0999...
2,331
Posted By shirdi
How to read the input from a file in background process?
Hi

I have a script to run some other scripts automatically. But while running the script it should take the input value from a text file instead of taking from the keyboard. Please find last two...
1,806
Posted By shirdi
how to create a logfile to track the below script output
Hi Dudes,

Can you please suggest me how to create a logfile to track the below script output ? Thanks


#!/bin/ksh
# backup the "std" I/P file descriptor
exec 5<&0
#echo "Proceed ?"
while...
3,357
Posted By shirdi
How to create a log file to track below script output?
Hi Dudes,

Can you please suggest me how to create a logfile to track the below script output ? Thanks


#!/bin/ksh
# backup the "std" I/P file descriptor
exec 5<&0
#echo "Proceed...
3,357
Posted By shirdi
extract line by line from file
hi dudes,

I have a text file in the below format

1 s sanity /u02
2 r script1 /u02
3 s sanity /u02

Please tell me a script to read...
1,528
Posted By shirdi
how to track a log file of one process and mail that logfile to a group?
Hi Friendz,

I have 14 DB load scripts say 1,2,3....14. I want a script to call each script automatically, and after completion of every script, it needs to track the logfile and mail that log...
12,894
Posted By shirdi
I want a unix shell script to pass value to SQL stored procedure
Hi malcomex, Please help me...

I want a unix shell script to pass value to SQL stored procedure.

Below is the procedure

declare
res varchar2(10);
begin
odm_load_check('PRE_SANITY',res);...
21,715
Posted By shirdi
Passing a value to stored procedure from unix shell script
Hi Dudes :)

I want a unix shell script to pass value to SQL stored procedure.

Below is the procedure

declare
res varchar2(10);
begin
odm_load_check('PRE_SANITY',res);...
12,894
Posted By shirdi
Hi malcomex, Thank u so much :) but I am...
Hi malcomex,

Thank u so much :) but I am getting an extra line with the output as below.can you please help? first line is coming extra here :)

Proceed with : Y/N

Proceed with NS: Y/N
...
12,894
Posted By shirdi
Hi malcomex
Thank you. This command is working for me :)

awk '{up=toupper($2);a[up]}END{for(i in a) print i}' infile

NS
LW
EA

can you also tell me a function to read these values one by one ? I...
12,894
Posted By shirdi
Hi malcomex999
Hi malcomex999,

Thank u soo much for your help.but when I used this command , I am getting the output only NS .can you please help me further?

But my output shouls display all distinct values...
12,894
Posted By shirdi
have to retrieve the distinct values (not duplicate) from 2nd column and display
I have a text file names test2 with 3 columns as below . We have to retrieve the distinct values (not duplicate) from 2nd column and display. I have used the below command but giving some error.

...
Showing results 1 to 13 of 13

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