[Fish-users] Creating a ramdisk with fish ?

2014-02-23 Thread Yvon Thoraval
With shell fish i get : .-[yt@iMac.local:~/Downloads][18:23:13] '-$ diskutil erasevolume HFS+ Ram Disk `hdiutil attach -nomount ram://204800` Unable to find disk for `hdiutil .-[yt@iMac.local:~/Downloads][18:32:34] '-$ Switching to sh works : .-[yt@iMac.local:~/Downloads][17:55:51]

Re: [Fish-users] Creating a ramdisk with fish ?

2014-02-23 Thread Robert Carpenter
Yvon, Backticks are indeed the problem. Simply swap them out for parentheses and it should work as expected: diskutil erasevolume HFS+ Ram Disk (hdiutil attach -nomount ram://204800) Robert On Sun, Feb 23, 2014 at 10:34 AM, Yvon Thoraval yvon.thora...@gmail.comwrote: With shell fish i get :

Re: [Fish-users] Creating a ramdisk with fish ?

2014-02-23 Thread Yvon Thoraval
fine thanks! 2014-02-23 20:59 GMT+01:00 Robert Carpenter rob...@robacarp.com: Yvon, Backticks are indeed the problem. Simply swap them out for parentheses and it should work as expected: diskutil erasevolume HFS+ Ram Disk (hdiutil attach -nomount ram://204800) Robert On Sun, Feb 23,

Re: [Fish-users] Creating a ramdisk with fish ?

2014-02-23 Thread Yvon Thoraval
unfortunately not ;-) .-[yt@iMac.local:~/Downloads][20:41:12] '-$ diskutil erasevolume HFS+ Ram Disk (hdiutil attach -nomount ram://204800) Unable to find disk for /dev/disk3 .-[yt@iMac.local:~/Downloads][07:50:54] '-$ same result with parenthesis as back ticks... 2014-02-24 7:49