On Tue, May 18, 2010 at 3:58 PM, Aaron Griffin <aaronmgrif...@gmail.com> wrote:

>
> If this is the case, replace "ls" with "/bin/ls" in the above and try again
>


or if your REALLY lazy like me :)

\ls

the "\" runs the real ls, not the aliased version.  However, Aaron's
way will always work, and is usually way I use commands in my scripts.
IE: the full path, as many of our machines might have more than one
grep, and I might have that aliased as well.

Reply via email to