Questions tagged [dash-shell]

Lightweight command-line shell, used as the default /bin/sh on Ubuntu

Dash is a lightweight shell, used as the default /bin/sh on Ubuntu. It is an alternative to , which is the default login shell (e.g. when opening a terminal from the GUI).

See also

63 questions
15
votes
2 answers

How to find the version of the Dash shell on Ubuntu /bin?

I would like to know if there is a way for find the shell Dash version. I tried several commands like : dash -v, dash -V, dash --version, but no one works. Dash Shell Wikipedia : http://en.wikipedia.org/wiki/Debian_Almquist_shell
PierreP
  • 153
1
vote
0 answers

Is there a startup file for dash not bash?

I put alises to .bashrc file however it doesnt sourced when it comes to /bin/sh which is linked to dash shell. Is there a compatiable version of sh terminal startup file for dash. I have tried .profile, .bash_profile etc.
noname
  • 11