[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Jessie - Strange Alias Problem



Hi,

Stephen P. Molnar wrote:
> None of the alias's work.

That would be the effect of

  unalias -a

or of a subshell which exits before you try to execute "l" again

  $ ( alias xyz='echo xyz' ; alias xyz ) ; alias xyz
  alias xyz='echo xyz'
  bash: alias: xyz: not found


Have a nice day :)

Thomas


Reply to: