Search Results

Search: Posts Made By: yifangt
2,481
Posted By yifangt
It started to deviate from my original question,...
It started to deviate from my original question, and before it goes too far, I accept the answer by RudiC Thanks again for all your replies.
2,481
Posted By yifangt
Thanks Don and all! What I was doing is to...
Thanks Don and all!
What I was doing is to combined two files (each half million lines) by a matching column, if no match (0.01%), make up the missing fields with the "-", which triggered me asking...
2,481
Posted By yifangt
Can I say there is no regexp for this case in...
Can I say there is no regexp for this case in awk, similar to your perl script ?perl -e '{print "-\t"x11, "-\n"}'
Thanks a lot!
2,481
Posted By yifangt
Thanks! Can you elaborate your script, please?
Thanks!
Can you elaborate your script, please?
2,481
Posted By yifangt
awk regexp to print repetitive pattern
How to use regexp to print out repetitive pattern in awk?
$ awk '{print $0, "-\t-\t-\t-\t-\t-\t-\t-\t-\t-\t-\t-"}' output:
- - - - - - - - - - - -I tried following...
Showing results 1 to 5 of 5

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