summaryrefslogtreecommitdiffstats
path: root/daemon/headtail.c
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* Implement "head", "head-n", "tail", "tail-n" commands.Richard W.M. Jones2009-06-291-0/+107
These commands let you view parts of a large file without passing the whole file over the network connection.