Re: Expanding aliases to full command before execution

2012-04-04 Thread jrrand...@gmail.com
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

Expanding aliases to full command before execution

2012-04-03 Thread jrrand...@gmail.com
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