Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Fix 'more' command to work with any file. | Richard Jones | 2010-09-09 | 1 | -10/+2 |
| | |||||
* | convert uses of strcasecmp to STRCASEEQ | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
| | | | | | git grep -l 'strcasecmp *([^=]*== *0'| xargs \ perl -pi -e 's/\bstrcasecmp( *\(.*?\)) *== *0/STRCASEEQ$1/' | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Implement "more" and "less" commands in guestfish. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+93 |
Use commands such as: more /etc/passwd less /etc/fstab These commands are specific to guestfish. |