| Summary: | truncate: extend interface (-r & more -s values) | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | eadmaster <mantoxpub> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | busybox-cvs, mantoxpub |
| Priority: | P5 | ||
| Version: | 1.22.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
eadmaster
2014-04-18 01:14:41 UTC
GNU coreutils provides truncate and has for a while now. its interface: http://www.gnu.org/software/coreutils/truncate the applet was added since v1.24.0, but the current implementation is missing the "-r RFILE" switch and does not support size prefixes like "-20" (= reduce by 20 bytes) that are quite useful imo (you can still workaround that using command substitutions btw). |