help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Printing in red during output from head


From: lisa-asket
Subject: Printing in red during output from head
Date: Wed, 21 Jul 2021 03:17:09 +0200 (CEST)


I am using the following command to output the first n lines of matched files.



find "$fdir" \( -name \*.org -o -name \*.texi \)  | xargs head -n "$n"



For one file I get



==> ./01cuneus/igtdr108/igtdr108.texi <==
\input texinfo
@set tlpage-tdr108
@set fmatr-tdr108

@c %**start of header
@setfilename Notation.info
@settitle Notation
@smallbook
@finalout
@c %**end of header

@c Org Mode Commands
@ignore


How can I get the file name (enclosed within ==> and <==) to be coloured red

in the command line terminal.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]