Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: file names in arrays
- X-seq: zsh-users 9021
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zzapper <david@xxxxxxxxxx>
- Subject: Re: file names in arrays
- Date: Mon, 04 Jul 2005 14:09:58 +0000
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <fa9ic19jnhim7v5udgq91v2mo2uh9bimre@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <j158c1pcrjsq040ej4efsa1nt6cp96vlar@xxxxxxx> <1050702205137.ZM4701@xxxxxxxxxxxxxxxxxxxxxxx> <fa9ic19jnhim7v5udgq91v2mo2uh9bimre@xxxxxxx>
On Jul 4, 1:06pm, zzapper wrote:
} Subject: Re: file names in arrays
}
} > (cp|mv) vared -e -p "$command $file " target &&
} > [[ -n $target ]] && $command $file $target
;;
} > (?*) $command $file;;
}
} pick3:17: parse error near `$command' (the vared line)
Cut'n'paste lossage. Sorry.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author