summaryrefslogtreecommitdiffstats
path: root/fish/more.c
Commit message (Collapse)AuthorAgeFilesLines
* fish: Change 'int argc' to 'size_t argc' throughout.Richard W.M. Jones2010-10-231-1/+1
| | | | | Cherry picked from commit 6391d1a7cfa10337a75465c72d49df3c9ebc65ca and backported to stable-1.2 branch.
* fish: Fix 'more' command to work with any file.Richard Jones2010-10-231-10/+2
| | | | (cherry picked from commit 639ca1828b167bf59353f0cd3c8c79c6289bbd5d)
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-1/+1
| | | | | git grep -l 'strcasecmp *([^=]*== *0'| xargs \ perl -pi -e 's/\bstrcasecmp( *\(.*?\)) *== *0/STRCASEEQ$1/'
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* Implement "more" and "less" commands in guestfish.Richard W.M. Jones2009-06-291-0/+93
Use commands such as: more /etc/passwd less /etc/fstab These commands are specific to guestfish.