Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-29 | stat: interpret "-" as standard input | Jim Meyering | |
* src/stat.c (do_stat): Interpret a command line argument of "-" to mean "standard input", like many other tools do. (do_statfs): Fail upon any attempt to use "-". * NEWS (Changes in behavior): Mention it. * tests/misc/stat-hyphen: New test, to exercise the above. * tests/Makefile.am (TESTS): Add misc/stat-hyphen. |