Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: :A working like readline
- X-seq: zsh-users 21187
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: :A working like readline
- Date: Wed, 27 Jan 2016 16:26:14 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=xhCcYJIll0NGyWOlSIAXjwMWFQfqemgR93QIjZIt0iA=; b=eKE/q+oAhwS1LC7e/026xtMyqKm7hBKr1cfEYd+N5y8XU+FUIHob+7q8QdMzN3we1S i8Lk1+dpbLh0K6W+sLzjYOOLAIo8fhxRLkBWEjWs3XPbMvmFeAfMs4FDrl5vr1AidIfK nUpPT4oWYTupyJ4ol4MnTW5Ur6ribWMcLqXz4FdMPn2FdHhRH5tzED3L8BA4MM8KYsty uxWTbxFDn4YAGKMTf7TQ26hx0KwMOg6l2voYAdiGq4XFdxDamTFfHjedXxf2IjPZHMLl 3rq7wbE+Q2yomuvafrmM06AHMai6MBsvsmB59On5KOBF5S5Is8n0RvJCmjH7o/YdaHjZ UPAg==
- In-reply-to: <20160127145050.04c48ca5@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVC=P0GSnt_kZUQi-3NhUy+ta7qvfyT4a8pqOos2=-LKCA@mail.gmail.com> <20160127145050.04c48ca5@pwslap01u.europe.root.pri>
On 27 January 2016 at 15:50, Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
> On Wed, 27 Jan 2016 15:41:39 +0100
> Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
>> Is there a way to do a basic link read with Zsh?
>
> Use the zstat interface.
>
> zmodload -F zsh/stat b:zstat
> zstat -A array +link $file
Seems quite reasonable (one thing, it generates a place when error can
occur, i.e. zsh/stat can be unavailable), thanks
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author