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

Re: echo ${pwd::="$( pwd/Next)"} failed



Dan Nelson a écrit :

Failed with what error message?  A similar command works for me:

 dan% echo ${pwd::=$(apg -n 1)}
 KiUpVuc6
 dan% echo $pwd
 KiUpVuc6

Yes .. but if you repeat the command, apg will not be executed and $pwd will be the same.

marc


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