Re: [Fish-users] Using subshells to expand arguments

2015-01-29 Thread Robert Shinka
> > From: Rickard von Essen <[5]rickard.von.es...@gmail.com> > Date: Sat, 24 Jan 2015 17:37:44 +0100 > To: <[6]jack...@pythian.com> > Cc: fish-users<[7]fish-users@lists.sourceforge.net> > Subjec

Re: [Fish-users] Using subshells to expand arguments

2015-01-26 Thread Rickard von Essen
von Essen > *Date: *Sat, 24 Jan 2015 17:37:44 +0100 > *To: * > *Cc: *fish-users > *Subject: *Re: [Fish-users] Using subshells to expand arguments > > Tried that and it did not work, if remember correctly fish sometimes put > subshells in the background. > On Jan 24, 2015 5

Re: [Fish-users] Using subshells to expand arguments

2015-01-24 Thread Glenn Jackman
. 1478 Cell: +1 613 808 4984 Email: jack...@pythian.com -Original Message- From: Rickard von Essen Date: Sat, 24 Jan 2015 17:37:44 To: Cc: fish-users Subject: Re: [Fish-users] Using subshells to expand arguments Tried that and it did not work, if remember correctly fish sometimes put

Re: [Fish-users] Using subshells to expand arguments

2015-01-24 Thread Rickard von Essen
Glenn Jackman | Software Developer > Pythian > Tel: +1 613 565 8696 Ext. 1478 > Cell: +1 613 808 4984 > Email: jack...@pythian.com > > -Original Message- > From: Rickard von Essen > Date: Sat, 24 Jan 2015 15:40:43 > To: fish-users > Su

Re: [Fish-users] Using subshells to expand arguments

2015-01-24 Thread Glenn Jackman
, 24 Jan 2015 15:40:43 To: fish-users Subject: [Fish-users] Using subshells to expand arguments -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a

[Fish-users] Using subshells to expand arguments

2015-01-24 Thread Rickard von Essen
Hi, How do I do the following in fish: docker $(./machine config prl) ps where $(./machine config prl) returns a set of arguments to docker. I remember this have been asked before but I couldn't find any solution. // Rickard --