vote up 54 vote down star
45

Today I discovered you can make less act like tail -f.

less filename, then press Shift-F to start follow mode.

Just like tail, but you have all the added features of less - like scrolling, searching, and the highlighting of search hits.

I've been watching log files with tail for years.

This just made me ponder: are there other commands that are outdated and have powerful alternatives?

Please share the bliss - a single command per post.

flag
show 5 more comments

33 Answers

prev 1 2
vote up 8 vote down

One might say that awk has been completely obsoleted by perl.

However, since I was using awk since before perl existed, I still use it; as for more serious scripts, I use python instead of perl.

link|flag
show 6 more comments
vote up 16 vote down

The most obvious:

less is more.

link|flag
show 1 more comment
vote up 1 vote down

I find that wcalc is a nice replacement for bc

link|flag
show 2 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.