Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Nested quotes



Maybe I'm just thick this morning, but how do you "nest" double
quotes here:

  $ FILE="foo bar"
  $ echo "$(readlink -f $FILE)"
  readlink: extra operand `bar'

Obviously $FILE needs to be quoted too.

Ciao

Dominik ^_^  ^_^



Messages sorted by: Reverse Date, Date, Thread, Author