Re: [Fish-users] lpr copies option

2014-02-09 Thread Maxim Gonchar
You need to escape '#' symbol as soon as it's comment mark. Use -\# 3 or quotes as it was suggested before. Maxim On Mon, 10 Feb 2014 04:41:48 +0400, Bryan Kilgallin wrote: > The "lpr" command prints files. It has a "-#" option that sets the > number of copies to print. > > This option is a

Re: [Fish-users] lpr copies option

2014-02-09 Thread Andrew Kreps
Try lpr "-#" 3 or "-# 3" or some variation. On Sun, Feb 9, 2014 at 4:41 PM, Bryan Kilgallin wrote: > The "lpr" command prints files. It has a "-#" option that sets the > number of copies to print. > > This option is available in BASH. > > But unfortunately FISH does not recognise it. So I get th

[Fish-users] lpr copies option

2014-02-09 Thread Bryan Kilgallin
The "lpr" command prints files. It has a "-#" option that sets the number of copies to print. This option is available in BASH. But unfortunately FISH does not recognise it. So I get the "unknown option" error message. -- www.netspeed.com.au/bryan/

Re: [Fish-users] Create a group of aliases

2014-02-09 Thread mgdelacr...@gmail.com
Hi, I'll try, thanks!! :) Best! On Tue, Jan 28, 2014 at 7:11 PM, Andrew Stevenson wrote: > > > On Sat, 25 Jan 2014, mgdelacr...@gmail.com wrote: > > set gvmPrograms gaiden gradle grails griffon groovy groovyserv lazybones >> springboot vertx >> for program in $gvmPrograms >> function $pr