Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to add '--color' with pipes? Post 302903582 by DallasT on Wednesday 28th of May 2014 01:37:46 PM
Old 05-28-2014
Read my response again:

Quote:
Can anyone provide an example from my above question, it would be best way to understand.
With that being said, to answer you: Yes this is how I tried (see below).

Now, since I couldnt properly interpret the 'man output' that was pasted here, an example was requested so that I could understand better.

Code:
fgrep -i "XYZ-1124354-P" mylog.log | tr "\001" " " | sed G --color
 
&
 
fgrep -i "XYZ-1124354-P" mylog.log | tr "\001" " " | sed G | --color

There is no "error" that comes from using above examples. It just shows no color.

Thank You

Last edited by DallasT; 05-28-2014 at 02:53 PM..
 

4 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

PIPEs and Named PIPEs (FIFO) Buffer size

Hello! How I can increase or decrease predefined pipe buffer size? System FreeBSD 4.9 and RedHat Linux 9.0 Thanks! (1 Reply)
Discussion started by: Jus
1 Replies

2. Shell Programming and Scripting

Add color in CSV cells

hi, i have text file that file contains below information. Name,Roll,Mark,Total Sivasankar,2120,89,410 Raja,2212,87,425 i need to convert text file to CSV file also the heading(Name,Roll,Mark,Total) font should be BOLD and color should be RED. how can i set fonts in csv (5 Replies)
Discussion started by: rsivasan
5 Replies

3. Shell Programming and Scripting

Add Color To html Doc

I have a script which converts a .csv file to html nicely. Trying to add 3 colors, green, yellow and red to the output depending upon the values in the cells. Tried some printf command but just can't seem to get any where. Any ideas would be appreciated. nawk 'BEGIN{ FS="," print ... (7 Replies)
Discussion started by: jimmyf
7 Replies

4. UNIX for Beginners Questions & Answers

How to add 'color' in a grep?

Hello friends - I use various grep commands to search for data in a file. However, to add 'color' seems to not work. Is there a way to add color to two items that i search? so that i can easily identify in hundreds of lines of output what i am looking for? zegrep abcdefg... (7 Replies)
Discussion started by: DallasT
7 Replies
Log::Handler::Plugin::Config::Properties(3pm)		User Contributed Perl Documentation	     Log::Handler::Plugin::Config::Properties(3pm)

NAME
Log::Handler::Plugin::Config::Properties - Config loader for Config::Properties. SYNOPSIS
use Log::Handler::Plugin::Config::Properties; my $config = Log::Handler::Plugin::Config::Properties->get_config( $config_file ); ROUTINES
get_config() Expect the config file name and returns the config as a reference. The configuration uses full stops "." as a delimiter. CONFIG STYLE
file.mylog.reopen = 1 file.mylog.fileopen = 1 file.mylog.maxlevel = info file.mylog.permissions = 0640 file.mylog.mode = append file.mylog.timeformat = %b %d %H:%M:%S file.mylog.debug_mode = 2 file.mylog.minlevel = warn file.mylog.filename = example.log file.mylog.newline = 1 file.mylog.message_layout = %T %H[%P] [%L] %S: %m PREREQUISITES
Config::Properties EXPORTS
No exports. REPORT BUGS
Please report all bugs to <jschulz.cpan(at)bloonix.de>. If you send me a mail then add Log::Handler into the subject. AUTHOR
Jonny Schulz <jschulz.cpan(at)bloonix.de>. COPYRIGHT
Copyright (C) 2007-2009 by Jonny Schulz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-11-21 Log::Handler::Plugin::Config::Properties(3pm)
All times are GMT -4. The time now is 03:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy