Search Results

Search: Posts Made By: dickie.sanders
2,615
Posted By dickie.sanders
All thank you very much! got it now.
All thank you very much! got it now.
2,615
Posted By dickie.sanders
@RudiC - I used the code you provided and it gave...
@RudiC - I used the code you provided and it gave me the same output as above.

awk 'FNR==NR{T[$1]=$0; gsub($1", *|, *$","",T[$1]); next} {print $0 " - " T[$1]}' FS=, ldap_jcon.txt FS=" "...
2,615
Posted By dickie.sanders
@bartus11 I used this: awk -F",? +"...
@bartus11


I used this:
awk -F",? +" 'NR==FNR{x=$1;sub($1", *","",$0);a[x]=$0;next}{print $0" - "a[$1]}' ldap_jcon.txt over90.txt

The output was close, but after hyphen I got the username...
2,615
Posted By dickie.sanders
Comparing two files having different delimiters
hi,
i have a file called OVER90.txt and it's contents are as below:

over90.txt:
-------

UNIQUENAME 2013-12-06 11:23:48.1
UNIQUENAME2 2014-03-10 12:22:29.91
UNIQUENAME3 2013-04-02 10:41:22.1...
Showing results 1 to 4 of 4

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