[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I would like to see "cmd" alias for "bash" binary in every distribut
From: |
Greg Wooledge |
Subject: |
Re: I would like to see "cmd" alias for "bash" binary in every distribution |
Date: |
Fri, 24 Apr 2020 08:21:11 -0400 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Fri, Apr 24, 2020 at 10:24:11AM +0300, Vaidas BoQsc wrote:
> Now I do not like Windows and Microsoft at all, but I do like
> standartisation.
> On Windows there is shorthand for Command Prompt - cmd.exe
> I would like to ask to "cmd" add alias that would point to bash by default.
> I have few uses for it and not a single case is about using it in the
> script itself, but in the interactive mode of bash.
This is something you can do yourself: simply define the alias in your
~/.bashrc file.
alias cmd=bash
There is zero possibility that anyone is going to implement this on a
wider scale.
Re: I would like to see "cmd" alias for "bash" binary in every distribution, Emil Natan, 2020/04/24