Andreas Schwab wrote: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: ro...@otto:~/test/B/BB$ ca ../b|xargs cat hello Rolf
