Skip to content

Commit

Permalink
Merge pull request #2 from p-c-a/patch-1
Browse files Browse the repository at this point in the history
Fix broken link to xargs source code.
  • Loading branch information
soveran authored Jun 30, 2020
2 parents d03154a + f29239e commit 4296fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ using `xargs` and for-loops. Another way to think about `map` vs
released, I'm not sure I would install it unless `map` proved to
be unfit for a given use case.

[xargs]: https://fossies.org/dox/findutils-4.6.0/xargs_8c_source.html
[xargs]: https://fossies.org/dox/findutils-4.7.0/xargs_8c_source.html

Something important to keep in mind is that `map` works on lines,
not on files. My reasoning was that in the context of a POSIX
Expand Down

0 comments on commit 4296fd4

Please sign in to comment.