We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963d82a commit 2de9b19Copy full SHA for 2de9b19
DESIGN.md
@@ -28,3 +28,7 @@ No. Sorting the filenames requires reading in the entire directory
28
of filenames before searching, and this can be a performance hit.
29
In fact, it can kill ack entirely on directories with absurdly large
30
numbers of files in them.
31
+
32
+## Why not make ack use /usr/bin/env in the shebang instead of /usr/bin/perl?
33
34
+The Perl toolchain takes care of the shebang at install time.
0 commit comments