有没有办法将bundle show jquery-rails的结果传递给gnome-open?

时间:2012-07-20 15:30:13

标签: command-line terminal bundler pipe

我查看了几个在线帮助页面,以便在linux命令行中使用管道,但我无法获得任何工作。我最好的猜测是什么工作如下:

bundle show jquery-rails | gnome-open

但它失败了。如果我运行bundle show jquery-rails然后复制结果,然后键入gnome-open然后粘贴,它工作正常。有没有办法将它合并为一个步骤,我可以从命令行运行?

背景

如果您想了解我关心的原因,请参阅此问题:How do I browse the source code for a gem in Rails3 with RVM (linux & gedit)

1 个答案:

答案 0 :(得分:0)

question you posted on Ask Ubuntu中所述,您需要使用子命令。

gnome-open "$(bundle show jquery-rails)"