content/projects/friendly-find.html @ 3b0fb0a3ea52
Fix sub() in list-out-of-lambda.html
author |
Ivan Vyshnevskyi <sainaen@gmail.com> |
date |
Sun, 31 Mar 2013 18:32:09 +0300 |
parents |
a30885eba5d3 |
children |
(none) |
{% extends "_post.html" %}
{% hyde
title: "Friendly Find"
snip: "A friendlier find(1)."
created: 2012-11-19 19:00:01
exclude: False
%}
{% block article %}
[Friendly Find][] is the friendly file finder.
It's meant to be a more usable replacement for find(1). If you've used [ack][],
then `ffind` is to `find` as `ack` is to `grep`.
[Friendly Find]: https://github.com/sjl/friendly-find
[ack]: http://betterthangrep.com/
{% endblock %}