Implemented head(1).

tried to mimic GNU behaviour.
This commit is contained in:
John Beppu
1999-12-10 07:42:50 +00:00
parent a3e0d7928b
commit 3157b1fba9
6 changed files with 220 additions and 0 deletions

View File

@ -75,6 +75,9 @@ static const struct Applet applets[] = {
#ifdef BB_HALT //sbin
{"halt", halt_main},
#endif
#ifdef BB_HEAD //bin
{"head", head_main},
#endif
#ifdef BB_HOSTNAME //bin
{"hostname", hostname_main},
#endif