why i could not find ulimit command in esehll mode
but M-x ansi-term had not this problem.
how could i fix it.
like this:
~ $ ulimit -c
ulimit: command not found
~ $
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ulimit is a shell-builtin and not a binary. ansi-term uses your normal shell (bash, zsh, or whatever you are using) while eshell is a shell of its own, and it does not seem to implement ulimit.