Colourful grep on aix.
Linux implements a decent version of grep and highlights the search term using colour. Whilst AIX terminals can support colour (if your term session supports it) with escape codes I have not seen any way of making grep or egrep etc colourful.
On linux you simply add the parameter –color=auto such as
grep --color=auto SearchTerm {files}
Well as I couldn’t find anything on google I decided to implement something. And this is what I came up with. However the one bug I didn’t manage to resolve was If searching case insensitively the highlighting will only find the correct case. As sed does not support case insensitively this is a problem to solve. If nawk or gawk is installed, they do support it with the -i parameter.
#!/bin/ksh
#************************************************************************
# *
# Module Name : grepc.sh *
# Author : Dave Jarman +
# *
# Edit Record (most recent edit at top of list) *
# Date By CF Comments *
# --------- --- ---- --------------------------------------- *
# 5-Apr-12 DCJ i Use ampersand in sed search results as
# matched string to better handle regular
# expressions (thanks Zolo).
# 20-Sep-11 DCJ New file *
#************************************************************************
#
# Executes grep but with the escape codes to colourise the output.
#
# Known Bugs:
# If searching case insensitively the highlighting will only find the
# correct case. As sed does not support case insensitively this is a problem
# to solve. If nawk or gawk is installed, they do support it with the -i
# parameter.
#
# Other colours are available. Use the following lines.
# Blue echo "s/$QRY/\033[1;34m$QRY\033[0m/g" > $TMP/$$.sed
# Light blue echo "s/$QRY/\033[1;36m$QRY\033[0m/g" > $TMP/$$.sed
# Inverse blue echo "s/$QRY/\033[44;37m$QRY\033[0m/g" > $TMP/$$.sed
# Red echo "s/$QRY/\033[0;31m$QRY\033[0m/g" > $TMP/$$.sed
#************************************************************************
# Check for any options and save them
OPT=
while [[ $1 = [-+]?* ]]
do
OPT="$OPT $1"
shift
done
#
# Get the search string.
QRY=$1
shift
#
# Create a sed script to subsitiute for the appropriate colour.
# Show the search term in Blue
# echo "s/$QRY/\033[1;34m$QRY\033[0m/g" > $TMP/$$.sed
echo "s/$QRY/\033[1;34m&\033[0m/g" > $TMP/$$.sed
# echo /usr/bin/grep $OPT "$QRY" $* "|" sed -u -f $TMP/$$.sed
/usr/bin/grep $OPT "$QRY" $* | sed -f $TMP/$$.sed
#
# Clean up the tmp file *
rm $TMP/$$.sed
#
# Finish
exit 0
I’m now not sure where you are getting your info, but great topic.
I needs to spend some time learning more or working out more.
Thanks for excellent information I was on the lookout for this information for my mission.
Hello there, I discovered your website by the use of
Google at the same time as looking for a related subject,
your web site came up, it seems great. I’ve bookmarked it in my google bookmarks.
Hi there, just was aware of your blog through Google, and found that
it is truly informative. I am gonna be careful for brussels.
I’ll be grateful for those who proceed this in future.
Lots of other folks might be benefited out of your writing.
Cheers!
дженерики Мурманск
Explore a comprehensive technique fοr normallү managing blood sugar
levels. Ꭺlong with concentrating on food optipns
ɑnd physical task, іt іs vital tօߋ resolve stress administration annd rest quality tto кeep аppropriate hormonal agent levels аnd insulion function.Tһiѕ item
offers practical recommendations Natural solutions for controlling blood Sugar incorporating stress-relief practices ɑnd boosting sleep practices.
It additionally digs іnto the use of supplements, strsssing tһe relevance of looking foг guidance
fгom ɑ healthcare specialist ƅefore presenting any neww items into one’s routine.
Reаԁ more murrayfqdc152014.dgbloggers.ϲom
Wonderful work! That is the type of information that are supposed to be shared across
the net. Disgrace on the seek engines for now not positioning this post upper!
Come on over and discuss with my website . Thanks =)
Hello! Would you mind if I share your blog with my facebook group?
There’s a lot of people that I think would really appreciate your content.
Please let me know. Thank you
I have been exploring for a little for any high-quality articles or blog posts in this kind
of space . Exploring in Yahoo I eventually stumbled upon this
website. Reading this info So i am glad to convey
that I have a very good uncanny feeling I came upon just what I needed.
I so much for sure will make sure to do not forget this website and provides it a glance on a constant basis.
It’s actually a nice and useful piece of information. I
am glad that you shared this useful info with us. Please stay
us up to date like this. Thanks for sharing.
Hey! I know this is kinda off topic but I was wondering if
you knew where I could get a captcha plugin for my comment form?
I’m using the same blog platform as yours and I’m having trouble finding one?
Thanks a lot!
When I originally left a comment I appear to have clicked the -Notify me when new comments
are added- checkbox and now whenever a comment is added I recieve 4
emails with the same comment. Is there a way you are able
to remove me from that service? Appreciate it!
Pretty nice post. I just stumbled upon your blog and wanted
to say that I have really enjoyed browsing your blog posts.
In any case I will be subscribing to your rss feed and I hope you write again very soon!
Get medication facts. Find pill facts.
order valacyclovir
Comprehensive drug guide. Get pill facts.
A Canadian-primarily based company, Trading Cental gives excellent technical analysis tools that many brokers have integrated into their frequent trader platforms.
Similarly, a swing trader can also assume about their risk parameters.
The sorting uses a mix off algorithms together with 2-staged
bucketsort, quicksort, & I think bubblesort with a biit of guide loop unrolling.
RUNB” stat checks foor bitoverflows in one loop to choose between one of two loops to carry out a run-size decoding. Conversely, one can track eefficiency andd understand all of the trades executed up to now. There is a compensation oof up to $20,000 forr unexpected occasions if the platform is at fault, which implies you ccan trade completely safely with out worry of the platform making a mistake. Thhis gradual nature of position trading signifies that traders need to conduct in-depth market analysis, both basic and technical. Starting with a comprehensive introduction, readers are launchjed to the elemental concepts of binary options trading.
Check outt my page trader
When someone writes an piece of writing he/she keeps the plan of a
user in his/her mind that how a user can understand it. Thus that’s why this piece
of writing is amazing. Thanks!
Good web site you have here.. It’s difficult to find quality writing like yours these days.
I really appreciate individuals like you! Take care!!
Hi, i think that i saw you visited my website so i came to return the choose?.I am
attempting to to find things to enhance my web site!I guess
its good enough to use some of your ideas!!
These are actually impressive ideas in regarding blogging.
You have touched some pleasant things here. Any way keep up wrinting.
I know this web page provides quality dependent articles and other material, is there any
other site which presents such things in quality?
This design is spectacular! You most certainly know how
to keep a reader entertained. Between your wit and your videos, I was almost moved to start my own blog (well, almost…HaHa!) Great job.
I really loved what you had to say, and more than that, how
you presented it. Too cool!
You could definitely see your skills within the work you
write. The world hopes for more passionate writers such as you who are not afraid to mention how
they believe. At all times go after your heart.
Hello my family memƄеr! I ᴡant to ѕay that this post is awesome, ցreat ᴡritten ɑnd include apprߋximately аll vital infos.
І’d like to peer extra posts ⅼike thiѕ
.
Also visit mу web page … Online Betting
Pretty nice post. I just stumbled upon your weblog and wanted to say that I have really
enjoyed surfing around your blog posts. After
all I will be subscribing to your rss feed and
I hope you write again very soon!
Remarkable issues here. I’m very happy to peer your post.
Thank you so much and I’m having a look ahead to contact you.
Will you kindly drop me a mail?
Incredible! This blog looks just like my old one!
It’s on a entirely different subject but it
has pretty much the same page layout and design. Outstanding choice of
colors!
Withh the usage of tools like Google’s URL Inspection Tool,
you possibly can verify whether or not your site has been indexed or
not and the way well. However, to make use of the software, you nnow must
combjne your webpage with the Google Search
Console. However, since it requires mandatory integration (with Google tag placement in the
site backend), there may be a necessity for higher instruments.
What comes subsequent is to test the waay in which search engines have indexed your site andd whether oor not
there’s a need for course correction. The URL Inspection Tooll allows you to verify
whether oor not a URL has been indexed in Google.
This indexing process may be initiated by manually submitting your site’s URL to a search engine’s console, sharing iit in social media platforms or linking it fro an already indexed webpage.
Search engine marketing or as wwe call it “SEO” is commonbly
mistaken to be simply thhe cotent material creation, social media aand link building.
website indexing
Keep on working, great job!
This is very interesting, You’re a very skilled
blogger. I have joined your feed and look forward to seeking more of your fantastic
post. Also, I have shared your web site in my social networks!
Good site you have got here.. It’s difficult to find high quality writing like yours these days.
I really appreciate people like you! Take care!!
Its like you read my mind! You seem to know so much about this,
like you wrote the book in it or something. I think that you could do with some pics to drive
the message home a little bit, but other than that, this is fantastic blog.
An excellent read. I will definitely be back.
hey there and thank you for your info – I have definitely picked up anything
new from right here. I did however expertise a few technical points
using this site, as I experienced to reload the website a lot of times previous to I could get it to load correctly.
I had been wondering if your hosting is OK? Not that I am complaining, but slow
loading instances times will sometimes affect your placement in google and could damage your high-quality score if advertising
and marketing with Adwords. Anyway I’m adding this RSS to my email
and can look out for a lot more of your respective interesting content.
Make sure you update this again soon.
Howdy ϳust wanteⅾ to give you a quick heads սp. The text in yоur post seem tо be running off the screen іn Chrome.
I’m not ѕure if this is a format issue ⲟr ѕomething tߋ do with browser compatibility Ƅut I thоught
I’d post tⲟ ⅼet уou know. The layout look greаt thօugh!
Hope уou get the issue fixed soߋn. Cheers
Also visit my page – Sports Betting
Superb site you have here but I was wondering if you knew of any message boards that cover the
same topics talked about in this article? I’d really love to be a part of group where I can get suggestions from other knowledgeable people that share the same interest.
If you have any suggestions, please let me know.
Cheers!
Very shortly this website will be famous amid all blogging users,
due to it’s nice content
Your style is so unique in comparison to other folks I’ve read stuff from.
Many thanks for posting when you’ve got the opportunity, Guess I’ll just book mark this site.
Do you have a spam problem on this site; I also am a blogger, and I was wanting to know your situation; many
of us have created some nice methods and we are looking
to swap strategies with others, why not shoot me an e-mail if
interested.
Hi! Quick question that’s entirely off topic. Do you know how to make your site
mobile friendly? My weblog looks weird when browsing
from my iphone. I’m trying to find a theme or plugin that might be
able to correct this problem. If you have any suggestions,
please share. Thank you!
Wow, incredible blog layout! How long have you been blogging for?
you make blogging look easy. The overall look of your web site is
wonderful, as well as the content!
May I just sɑy wһat a comfort to find a person tһat actualⅼy understands ѡhat tһey’re discussing over
thе internet. Yοu definitely ҝnoѡ h᧐w to bring an issue
to light and maкe it important. More people muѕt check
thіs օut and understand this side of tһe story. Ӏ ѡas surprised you are not mⲟre
popular ɡiven that you certaіnly have thе gift.
ᒪook at my webpage – Online Betting
Thanks designed for sharing such a good idea, paragraph is fastidious, thats
why i have read it completely
My spouse and I stumbled over here by a different website and thought I might check things out.
I like what I see so i am just following you. Look forward to going over your web page for a second time.
No matter if some one searches for his necessary thing, thus he/she
needs to be available that in detail, therefore that thing is maintained over here.
Battling with blood glucose swings? Thiis article discovers natural methods tⲟ controll your levels.
Focusing on ɑ balanced, fiber-rich diet regimen ᴡith low-glycemic іndex
fooods is key. Regular physical task, Ьoth
aerobic and toughness training, likewisee plays а vital function іn enhancing insulin sensitivity.
Ᏼy combining thеse lifestyle modifications, yoou ϲan take control of ʏⲟur blood Shop Sugar Defender for natural blood sugar control level and
improve уour overal wellness. Ꮢead more sauldjyj170036.myparisblog.сom
I do trust all the concepts you’ve introduced for your
post. They are really convincing and will certainly work.
Still, the posts are very short for novices. May you please lengthen them a
bit from subsequent time? Thanks for the post.
Superb post however , I was wanting to know if you could write a
litte more on this subject? I’d be very thankful if you could elaborate a little bit further.
Appreciate it!
Keep this going please, great job!
These are really great ideas in about blogging.
You have touched some good things here. Any way keep up wrinting.
Magnificent web site. A lot of helpful info here.
I am sending it to several buddies ans also sharing in delicious.
And of course, thanks in your sweat!
You should take part in a contest for one of the greatest sites on the net.
I will recommend this site!
sex video (bankatpeoplesbank.com)
I think this is one of the most vital information for me.
And i’m glad reading your article. But want to remark on some general things,
The website style is ideal, the articles is really nice :
D. Good job, cheers