项目作者: jklein131

项目描述 :
modified versions of echo that echo in a certain color.
高级语言: Shell
项目地址: git://github.com/jklein131/Bash-Color-Functions.git
创建时间: 2018-08-30T17:11:36Z
项目社区:https://github.com/jklein131/Bash-Color-Functions

开源协议:GNU General Public License v3.0

下载


BASH ECHO COLORS

modified versions of echo that echo in a certain color.

Example Usage

  1. $ bash expand.sh # to create the symbolic links
  2. $ echo -n I && ./red -n " love " && echo you
  3. $ ./red -n r && ./orange -n a && ./yellow -n i && ./green -n n && ./blue -n b && ./pink -n o && ./white w
  4. $ ./pink ERROR: FILE NOT FOUND!
  5. $ ./green whats up > greenf && cat greenf && rm -f greenf