On Wed, Nov 30, 2016 at 1:37 PM, 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.
>

Neither will bash. If you pressed tab before putting the asterisk, you'd
get the results you need.
Also a simple ls a* shows too what you need.
------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to