Tagged Questions
10
votes
2answers
195 views
Why do Unix man pages use double backticks in place of double quotes?
I've noticed that man pages and other documents formatted by Unix utilities often use double backticks `` followed by double single quotes '' to wrap quoted phrases instead of the double quote ...
3
votes
1answer
117 views
Is there a archive of old man pages? specifically for the features available for grep in early 'ed'
This is just a bit of history rummaging... I'd like to know how different today's grep is to the original implementation, introduced by Ken Thompson in ed. which evolved to ex, which then became vi...
...