On Sun, Aug 02, 2015 at 08:30:14PM -0600, @lbutlr wrote:
> That’s what i thought, but if I’m using bash and type
> 
> % gbz text1 text2 
> 
> I get results in the bz2 files for “text1 text2” while with fish I get:
> 
> > gbz text1 text2
> 
> bzip2: Can't open input file text2: No such file or directory.
> 
> and then it greps the files for text1.

I see.  Perhaps you do want the double quotes around $argv then, but doing so 
will turn all arguments into one big argument.

> the reliance on web to config some settings is a bit of an issue. A lot of my
> work in the shell is to remote machines, so setting up Things via a web
> interface simply doesn’t work.

It's optional.

------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to