Skip to Content
Linux Desktop Hacks
book

Linux Desktop Hacks

by Nicholas Petreley, Jono Bacon
March 2005
Beginner to intermediate
342 pages
15h 55m
English
O'Reilly Media, Inc.
Content preview from Linux Desktop Hacks
50
|
Chapter 2, Console
#15 Colorize Files in Your Pager
HACK
By not specifying tty or auto, the ls command will output color no matter
where the output is directed.
There’s a catch to doing things this way, so before you edit the file that
defines the alias command, try the technique manually so that you can see
for yourself what the catch will be. Follow these steps to set the default
behavior for both
ls and less to support color, and then perform the piped
output command to see a listing of files in color:
$ alias ls='ls --color'
$ alias less='less -R'
$ ls -al | less
There you go—colorized output in the less pager.
Now that
ls automatically outputs color no matter where the output is
directed, try this command to redirect the output of the colored directory
list to a file:
$ ls -al > directory.txt
Now open the file with your favorite editor, and you should see all the codes
used to colorize the text. For example, you might see something like this:
[[01;34mDesktop[[00m
[[01;31mEiosource-1.1-1.i386.rpm[[00m
[[01;34mGNUstep[[00m
[[00mHello[[00m
[[00mKernel-Win4Lin3-2.6.6.patch[[00m
Your editor doesn’t interpret the codes to colorize your text. It simply shows
you the codes that exist in the output of the command. This is not quite
what you want when you redirect output to a file, is it?
So, here’s a way to deal with the first solution. You can modify your alias
settings so that the following command produces ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Linux Server Hacks, Volume Two

Linux Server Hacks, Volume Two

William von Hagen, Brian K. Jones

Publisher Resources

ISBN: 0596009119Catalog PageErrata