aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/test.txt
Commit message (Collapse)AuthorAge
* Try to clarify test documentation for newbiesGravatar Fabian Homborg2016-02-28
| | | | See #2773
* test: note that the square bracket form is availableGravatar David Adam2014-12-28
| | | | As requested in https://github.com/fish-shell/fish-shell/issues/1850
* Rebase documentation changesGravatar Mark Griffiths2014-09-03
|
* Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-09-03
|
* Simplify stylingGravatar Mark Griffiths2014-09-03
|
* Documentation updateGravatar Mark Griffiths2014-09-03
| | | | | | Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
* Fix bad example in docs for test -n $MANPATHGravatar ridiculousfish2014-07-29
| | | | Fixes #1574
* Enhance/fix `isatty` using `command test`.Gravatar Geoff Nixon2014-01-28
| | | | | | | | | | | | Presently, `isatty` only works on a handful of keywords. Here it is rewritten to be able to take any path, device or fd number as an argument, and eliminates errors printed to stdout. Per discussion in #1228, using `builtin test -c` within a pipe to test special file descriptors is not viable, so this implementation specifcially uses `command test`. Additionally, a note has been added to the documentation of `test` regarding this potential aberration from the expected output of the test utility under the 'Standards' section.
* test documentation: update wording, generate test manual page (closes #734)Gravatar David Adam (zanchey)2013-09-13
|
* add -O and -G to test commandGravatar Tony Wang2013-08-25
| | | | they are available on Linux and OS X, and now ported to fish
* documentation for test and function (closes: #734)Gravatar David Adam (zanchey)2013-07-29
| | | | | | | plus speling in documentation for bind. Note that this commit does not re-enable the generation of the manpage for test, which will therefore still fall through to the system manual page with `man test`.
* Help cleanupGravatar David Adam (zanchey)2013-05-13
| | | | | | | | | | Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while.
* TyposGravatar nmeum2013-04-14
|
* test documentation - format examples properlyGravatar David Adam (zanchey)2012-11-08
|
* test documentation - correct argument listingGravatar David Adam (zanchey)2012-11-08
|
* Created the man page for echo and testGravatar Sean DuBois2012-07-06