Search Results

Search: Posts Made By: unknown123
1,466
Posted By unknown123
Hi, Many Thanks for your reply and...
Hi,
Many Thanks for your reply and guidelines...

but i want to use this converted _TNS2 variable under awk .
I want to append this variable to some other variable as follows:

Line=Instru...
1,466
Posted By unknown123
Urgent awk help !!
Hi All,I need to convert following field from a file

L2578978CLC/576/116804 => L2578978CLC/00000576/00168304

i have to append Zeros in the third and fourth number after slash / in the above...
1,490
Posted By unknown123
AWK script getting failed
Hi All,

Below is my code , In the code below the "If" condition is getting failed. I dont know what is getting wrong here , may be i can not use may logical operator at once or something else OR...
2,358
Posted By unknown123
urgent help : want to check data in oracle from flate file
Hi All,

I have a flat file like this on unix AIX server:

MXBOFO CSWP 5340 3794499 MXBOBIS CSWP 5340 3581124
MXBOFO CSWP 5340 3794531 MXBOBIS CSWP 5340 3583720
MXBOFO CSWP 5340 3794514...
2,399
Posted By unknown123
try this: awk -v OFS='' '{$2="";$3="|";print...
try this:

awk -v OFS='' '{$2="";$3="|";print $0 $3}' inputfileName
2,399
Posted By unknown123
try this: awk '{$2="";$3="|";print $0 $3}'...
try this:

awk '{$2="";$3="|";print $0 $3}' inputfile
8,872
Posted By unknown123
try this: $col_strings="string_nm =' 12th dec,...
try this:
$col_strings="string_nm =' 12th dec, 1984, 'op=1 ' , s: 'g' ', name= ' Brian Hogg' , class = '1st, A.C: Field Pt. 0.1 ' ";
print "Before substitution-> $col_strings \n";

$col_strings...
8,872
Posted By unknown123
then little change, try this: try this: ...
then little change, try this:

try this:

my $str = " c1 ='mmdnn, , sdm = 'sm' ,m ,jkjk' , c2 = 'chj= kjk'' , khj ', c3='hhshhj, hsjh' ";

print "Before substitution-> $str\n";

$str =~ s/('[...
8,872
Posted By unknown123
try this: my $str = " c1 ='mmdnn, ,sdm =...
try this:

my $str = " c1 ='mmdnn, ,sdm = sm,m,jkjk',c2 = 'chj=kjk, khj ', c3='hhshhj, hsjh'";

print "Before substitution-> $str\n";

$str =~ s/',/':/g;

print "After substitution-> $str\n";...
3,302
Posted By unknown123
or you can try this also: tr -d '\012'...
or you can try this also:

tr -d '\012' <Filename
3,302
Posted By unknown123
please try this: perl -p -e 's/[\r\n]//'...
please try this:

perl -p -e 's/[\r\n]//' <File_name>
1,565
Posted By unknown123
Urgent: find some strings in all the tables
Hi ,,

I want to write a shell script to search following strings values in columns of all the tables in the database:

BO_OPSWAP,BOOPSWAP
FO_OPSWAP,FOOPSWAP, OPSWP
not swapwire

please...
3,375
Posted By unknown123
Hi, thnaks for the reply. 1) yes...
Hi,
thnaks for the reply.

1) yes DISPLAY=10.145.5.115:0.0 is the IP address of my collegue
2)what emulator means? something like "Exceed server" or else what?
3)me and my colleage both use...
3,375
Posted By unknown123
unable to xterm
Hi ,

m unable to send the copy of my unix session to my colleague IP using xterm......

i'm doing as follows:

export DISPLAY=10.145.5.115:0.0

/usr/bin/X11/xterm&

but it's giving...
12,435
Posted By unknown123
Thanks a lot Dennis !!! it worked...
Thanks a lot
Dennis !!!

it worked .....actually i didn't run it properly before....

it's working nw...........

thnx........
12,435
Posted By unknown123
Dennis...it's also not working.......pls specify...
Dennis...it's also not working.......pls specify clearly.

suppose my output file is OUTFILE .....

pls tell me the exact code..
12,435
Posted By unknown123
Hi Vidya, ur sed commnd is replacing the input...
Hi Vidya,
ur sed commnd is replacing the input seach pattern line with nothing but.... size of output file is getting 3 times more than the orignal file.... means each time after replacing the...
12,435
Posted By unknown123
Replace line with Nothing
Hi,

i want to replace some lines in a file "Source.txt" by taking search pattern input from a different file named "abc".

Search pattern input file have following lines:

vi abc
2637918...
Showing results 1 to 18 of 18

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