bug-bash
[Top][All Lists]
Advanced

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

Re: ca - New bash command proposal


From: Rolf Brudeseth
Subject: Re: ca - New bash command proposal
Date: Thu, 12 Feb 2009 16:30:40 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Andreas Schwab wrote:

ca() { (cd "$@" && pwd -P); }

Andreas.

That works if I want the path to a directory, but it does not let me operate on files within the directory.

I would also like to do this:

rolfb@otto:~/test/B/BB$ ca ../b|xargs cat
hello

Rolf




reply via email to

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