Name | Modified | Size | Downloads / Week |
---|---|---|---|
mcsh | 2013-07-05 | ||
README | 2013-07-05 | 961 Bytes | |
Totals: 2 Items | 961 Bytes | 0 |
This file is free documentation. Copyright (C) 2013 by yanwenze(The English Name: robin) This file is part of mcsh. Mcsh is a command language interpreter that executes commands read from the standard input or from files. Mcsh of this version does not support job control. As it is a personal program, there maybe some bugs or defects. Because of unstable, msch does not suggest to use it as login shell. Every one can use it and modify it freely. Mcsh supports pipelines, lists, redirections, compound commands, control constructs. Built-in commands including exit, chdir(cd), read, set, unset, export.It supports local variables and environment variables, At the same time it also very reluctantly support command substitution. Detailed information please see the man page of the program. If there are some bugs are found or any suggestion, please do not hesitate to contact with me. My email is nnsmgsone@gmail.com. Let's open source!