help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] Completing file names with spaces in them.


From: Greg Wooledge
Subject: Re: [Help-bash] Completing file names with spaces in them.
Date: Tue, 3 Jan 2017 08:10:33 -0500
User-agent: Mutt/1.4.2.3i

On Fri, Dec 30, 2016 at 10:41:17PM -0500, R. Clayton wrote:
>     local files=($(ls 2>/dev/null -1 ${cur}*.$1))

local files=("$cur"*."$1")

I didn't read the rest.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]