On Wed, Nov 30, 2016 at 4:37 AM, Shiyao Ma <i...@introo.me> wrote:
>
> Say I have three files, aa, ab, and bb
> I want to delete aa and ab.
>
> Normal, I would do: rm -f a*<TAB>.  And hope <TAB> will exapnd a* to
> aa,ab. so that I can confirm that's what I want to delete.
>
> But fish won't expand.
>

Omit the asterisk. Filename completion does fuzzy literal matching. It
doesn't support wildcards or regexes.

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to