Search Results

Search: Posts Made By: rajniman
1,252
Posted By rajniman
i have extracted this variables from a database...
i have extracted this variables from a database in while loop. so comparisn of this type is needed.
1,252
Posted By rajniman
getting timestamp of a file and if it was accessed today then finding a line in it
i have my files and the variables value extracted from db is taken as

in1=slot0312
in2=best
in3=it is :veryliong/fine

as varibles..

i have a folder stuctures in my unix machine as :
...
1,797
Posted By rajniman
hi anchal it is not working..
hi anchal it is not working..
1,797
Posted By rajniman
compare files and remove a line from a file if first column is greater than 25
my files are as follows

fileA sepearated by tab /t
00 lieferungen
00 attractiop
01 done
02 forness
03 rasp
04 alwaysisng
04 funny
05 done1

fileB

funnymou120112
funnymou234470...
1,797
Posted By rajniman
hi guruprasadpr, i used this awk...
hi guruprasadpr,
i used this

awk 'NR==FNR{a[$0];next}$1>3{for (k in a){if (k ~ $2)next}print}' fileB fileA


i have one more requirement as for records of fileA as .. after all this...
1,114
Posted By rajniman
not working :(
not working :(
1,055
Posted By rajniman
thanks kalpeer . it is working...:o
thanks kalpeer . it is working...:o
1,055
Posted By rajniman
csv file comparison with normal file
i will like to give my files as

fileB :



02.09.2011:MOU04/KUBIS--R_Lieferung_1/KUBIS_V15.0/vpn_wls_15-0-0b01
02.09.2011:MOU04/KUBIS--R_Lieferung_2/KUBIS_V15.0/apng_wls_15-0-0b02
31 ...
1,797
Posted By rajniman
thanks guruprasadpr , it is working. ...
thanks guruprasadpr ,

it is working.

@itkamaraj : for nawk . it is saying . cannot find commad nawk..:(
1,114
Posted By rajniman
Hi franklin52, its only working for this...
Hi franklin52,

its only working for this eg. but not for my database of 80000
As you have used here ":" as feild seperator. but column 2 of fileD can be present anywhere before or after of any...
1,114
Posted By rajniman
File comparison of different format
i have file as
FileD

funny mou1
funny mou2
raspe mou4
damn mou1



this file is a csv with /t.
i want to find all values with the first column of this file in...
1,797
Posted By rajniman
File comparison using awk
my files are as follows

fileA sepearated by tab /t
00 lieferungen
00 attractiop
01 done
02 forness
03 rasp
04 alwaysisng
04 funny
05 done1

fileB

funnymou120112
funnymou234470...
16,515
Posted By rajniman
Hi ctsgnb its not working ($2 in a) is...
Hi ctsgnb

its not working ($2 in a) is searching whole pattern in fileB. but that pattern can be present in between of the line of fileB .

my files are as follows

fileA sepearated by tab...
16,515
Posted By rajniman
thanks kalpeer for replying i have one...
thanks kalpeer for replying

i have one more file as
FileD

funny mou1
funny mou2
raspe mou4
damn mou1



this file is a csv with /t.
i want to find all...
16,515
Posted By rajniman
Hi ahamad , thnaks for your reply. But how do...
Hi ahamad ,
thnaks for your reply.
But how do i write answer in third file.?
16,515
Posted By rajniman
compare 2 files and extract the data which is not present in other file with condition
I have 2 files whose data's are as follows :

fileA
00 lieferungen
00 attractiop
01 done
02 forness
03 rasp
04 alwaysisng
04 funny
05 done1

fileB
alwayssng...
Showing results 1 to 16 of 16

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