Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Improve usability of head(1) and tail(1): - Consistently support -q (quiet) and -v (verbose) - Allow specifying numbers with SI prefixes supported by expand_number(3) - Remove 2^31 limit on lines
Improve usability of head(1) and tail(1): - Consistently support -q (quiet) and -v (verbose) - Allow specifying numbers with SI prefixes supported by expand_number(3) - Remove 2^31 limit on lines for head(1)MFC after: 2 weeksReviewed by: lwhsu, pauamma, gbeRelnotes: yesDifferential Revision: https://reviews.freebsd.org/D35720
show more ...
Add ATF tests for head(1)Submitted by: Fred Schlecter <https://github.com/fjs-github>Reviewed by: asomers, jillesMFC after: 3 weeksDifferential Revision: https://github.com/freebsd/freebsd/pull/
Add ATF tests for head(1)Submitted by: Fred Schlecter <https://github.com/fjs-github>Reviewed by: asomers, jillesMFC after: 3 weeksDifferential Revision: https://github.com/freebsd/freebsd/pull/127