Search Results

Search: Posts Made By: discostu
2,939
Posted By discostu
vgersh99 yours works pretty well. I just have...
vgersh99
yours works pretty well. I just have to omit the unwanted comment lines in the files being compared
2,939
Posted By discostu
clarification on what I am trying to do: ...
clarification on what I am trying to do:

File1:
abcde=12
fffff=6
bbbb=35

File 2:
xxxxx=99
abcde=55
fffff=6
bbbb=44
rrrrrr=10

Result:
file 1 missing variable(s):
rrrrrr
xxxxx
2,939
Posted By discostu
thanks for quick reply. can I get awk to neglect...
thanks for quick reply. can I get awk to neglect the value portion of the string(everything after the =)? only focus on variable to the left of the "=" ?
2,939
Posted By discostu
finding missing items in file
I have a need to compare 2 files, then print results to file. Need to find items from file2 that are not found in file 1. thanks in advance!

example:

file 1:

abcde=12
fffff=6
bbbb=35

...
2,683
Posted By discostu
why was my new post thread bundled w/ my last one...
why was my new post thread bundled w/ my last one from last week? they are not the same
2,683
Posted By discostu
Thanks all. jsmithstl...
Thanks all. jsmithstl (https://www.unix.com/members/302068894.html) your pl script works perfect for my need. Thanks again!
2,683
Posted By discostu
I'm trying to compare 1 file(the boiler plate...
I'm trying to compare 1 file(the boiler plate file we'll call it) against others in the same folder. I need to see if the other files have extra keys in them. i.e. - the other files should have the...
Showing results 1 to 7 of 7

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