Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
'zcat -f' completion should not filter based on file extension.
- X-seq: zsh-workers 31431
- From: Evan Teitelman <teitelmanevan@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: 'zcat -f' completion should not filter based on file extension.
- Date: Mon, 27 May 2013 16:45:29 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=NumQNCbbqWgYMe1w2v4+lHpxDTyqoZsLy0/q9mcx2bM=; b=iAWmFFBoOQgmJmNSp6lxAbJb7cDC1dTCcrlRaVVvMxNdgi6uTKt2LxJH+vMzxTpG9o 9zufV/VmlWc0h2G1KVXLjzRJIgV4LsK2qWd3dbVuqFmZ4oP1IEPlGZojYtgrLLrgbRMr 6ky1100XtZAr25YQ9tECzJMog1wdT8EPrzSu/1pwH7GYISlMxmiWblr2MyekLrusu6fo MYpHhhucrKyBWtx2tpmX7GLbujoDvTRWohKxg3xwXhq9s2Or11Wl0+0g21N/fW4mDkG6 9yLpugVxt5Zwnm08fb0//dalW6eT4AWPUi+qqwy+pCGb72E3Zo5SCyJXzTea1U3FoNQf 5dyg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
zcat's completion script only matches files with '.gz' extensions. The
'-f' flag should cause zcat's completion script to stop filtering
completion matches based on their extensions. According to the gzip
manpage, zcat is able to accept and print non-gzip files when passed
'-f'.
Attachment:
pgpSFLd_tcW32.pgp
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author