Search Results

Search: Posts Made By: dineshaila
2,779
Posted By rdrtx1
awk -F"|" ' { o[$2 FS $3]=1; p[$2 FS $3 FS...
awk -F"|" '
{ o[$2 FS $3]=1; p[$2 FS $3 FS $1]=1; }
END {
t="SCHEMA|TABLE|SELECT|INSERT|UPDATE|DELETE|REFERENCES"
print t; n=split(t, a, FS);
for (i in o) {
l="";
for...
2,890
Posted By RavinderSingh13
Hello dineshaila, Welcome to forums, please...
Hello dineshaila,

Welcome to forums, please use code tags for codes/commands/Inputs which you are using into your posts as per forum rules. Coming onto your question, couldn't understand by which...
2,890
Posted By Don Cragun
I'm not sure why you have a closing COLOR tag in...
I'm not sure why you have a closing COLOR tag in your input file nor why it shouldn't be copied to your output file, but ignoring that, the following seems to do what you want:
awk '
/^dn:/...
Showing results 1 to 3 of 3

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