Science Fair Project Encyclopedia
Comparison of computer shells
| bash (version 2.05b) | cmd.exe | |
|---|---|---|
| Tab completion | Yes | Yes |
| Pipes | Yes (concurrent) | Yes (serial) |
| Integer arithmetic | Yes (via $[] syntax) | Yes (via "set /a") |
| Command history | Yes | Yes |
| One-dimensional array variables | Yes | Yes |
| Stream redirection | Yes | Yes |
| Aliases | Yes | Yes |
| Search and replace on variables | Yes (via ${//} syntax) | No |
| Command substitution | Yes | No |
| Backslash escaping | Yes | No |
| Subshells | Yes | No |
| Job control | Yes | No |
| Functions | Yes | No |
| Pseudorandom number generation | Yes | No |
| TCP/UDP connections as streams | Yes | No |
| Here documents | Yes | No |
Last updated: 05-15-2005 20:10:31
03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


