↧
Differences between shells
Here is a comparison matrix I’ve found on www.faqs.org: sh csh ksh bash tcsh zsh rc es Job control N Y Y Y Y Y N N Aliases N Y Y Y Y Y N N Shell functions Y(1) N Y Y N Y Y Y "Sensible" Input/Output...
View ArticleCorrect usage of ulimit
The “ulimit” and “limit” commands are often built into the shell, but there may exist some binaries with the same name. For example: # /usr/local/bin/bash bash> type ulimit ulimit is a shell builtin...
View Article