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

Re: (:a) specifier for not existent files



On 18/07/2012, Stefan Reichör <stefan@xxxxxxxxx> wrote:
> Hi,
>
> I am using the (:a) specifier to get absoulte file paths. But this works
> only for existing files. Is there a way to make it work for not existing
> files also?
[...]
> function ec
> {
>     emacsclient --no-wait $1(:a)
> }

function ec
{
    emacsclient --no-wait $1:a
}


-- 
Mikael Magnusson



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