| Summary: | Wrong command for CRLF->LF conversion in porters-handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Vasil Dimov <vd> | ||||
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Good catch. Thanks :) Responsible Changed From-To: freebsd-doc->keramida |
The command given in the "4.4 Patching" chapter of the porters-handbook as a way to convert CRLF line endings (dos format) to LF (unix) is mixture from find's -exec ... '{}' \; and xargs.