bug-bash
[Top][All Lists]
Advanced

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

Re: Expanding aliases to full command before execution


From: Greg Wooledge
Subject: Re: Expanding aliases to full command before execution
Date: Thu, 5 Apr 2012 08:12:56 -0400
User-agent: Mutt/1.4.2.3i

On Wed, Apr 04, 2012 at 04:08:04PM -0700, Linda Walsh wrote:
>       function ll { ls -l "$@"}

Just for the record, a one-line function definition requires a ; before
the closing curly brace.

  ll() { ls -l "$@";}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]