Posts in c


Piping output to a pager
• 3 min read

When you run git diff on a project where you've made more than a screenful of changes, the output is automatically redirected to a pager and you can browse through your changes using the familiar less interface. This post shows a minimal example piping output to less.
Continue Reading »