Bug #3682
/usr/bin/head should implement -c -q and -v
Start date:
2013-04-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
head -c, -q, and -v are a set of features that are common to most of the different implementations of head including the ksh one that we have as well as the BSDs and the GNU utilities. This implements and documents them for our implementation of head. This is useful for increasing the range of scripts that we can handle that are not strictly portable/only use POSIX/SUS features.
Related issues
Updated by Robert Mustacchi about 8 years ago
- Status changed from New to Resolved
- % Done changed from 90 to 100
- Difficulty changed from Medium to Bite-size
Resolved in bd6433eb4d5b16c480f15cd77e2201c318b2556d.
Updated by Robert Mustacchi 7 months ago
- Related to Bug #13150: head -v doesn't work with a single file added