[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/misc/grc/
 
Current bandwidth utilization 2026.26 Mbit/s
Bandwidth utilization bar
Contents of README:
grc (generic colouriser)

grc provides two programs: grc and grcat. The main one is grcat,
which acts as a filter, i.e. taking standard input, colourising it
and writing to standard output. grcat takes as a parameter the name of
configuration file.

One major use of grc is to colorize the output of commonly-used shell
commands. For this to work, grc has to set up the environment of your
shell when it starts up. How you do this depends on which shell you
use.

bash, ksh, other POSIX-like shells
----------------------------------
To enable this globally for all users:

  chmod +x /etc/profile.d/grc.sh

Or, you can enable it for just your user by adding this line to one of
your shell startup scripts (.profile, .bashrc, .kshrc, etc):

  [ -e /etc/profile.d/grc.sh ] && . /etc/profile.d/grc.sh

csh, tcsh
---------
To enable this globally for all users:

  chmod +x /etc/profile.d/grc.csh

Or, for one user, add to your .cshrc:

  if ( -e /etc/profile.d/grc.csh ) then
    source /etc/profile.d/grc.csh
  endif

zsh
---
Add this line to your ~/.zshrc:

  [ -e /etc/grc.zsh ] && source /etc/grc.zsh

fish
----
Add this line to your ~/.config/fish/config.fish:

  [ -e /etc/grc.fish ] && source /etc/grc.fish

Icon  Name                                 Last modified      Size  
[DIR] Parent Directory - [TXT] README 12-Aug-2023 03:45 1.2K [   ] doinst.sh 12-Aug-2023 03:45 538 [TXT] grc.SlackBuild 10-Feb-2024 10:22 3.2K [   ] grc.csh 12-Aug-2023 03:45 1.6K [   ] grc.info 12-Aug-2023 03:45 284 [   ] ipaddr.diff 10-Feb-2024 10:22 316 [TXT] slack-desc 14-Jun-2018 16:01 815

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!