Andreas Schwab wrote:Andreas Schwab wrote:
That works if I want the path to a directory, but it does not let me operate on files within the directory.ca() { (cd "$@" && pwd -P); } Andreas.
I would also like to do this: ro...@otto:~/test/B/BB$ ca ../b|xargs cat hello Rolf