On Tue, Apr 3, 2012 at 5:22 PM, jrrand...@gmail.com wrote:
> Hi everyone,
>
> In bash, is it possible to expand my aliases either before they are executed
> or when they are stored in the history file?
> For example, if I have: alias ll='ls -l' defined in my .bashrc, w
Hi everyone,
In bash, is it possible to expand my aliases either before they are
executed or when they are stored in the history file?
For example, if I have: alias ll='ls -l' defined in my .bashrc, when I
execute "ll" from the command line, I'd like my history file to contain "ls
-l". Is there