为什么没有-args适用于Safari?

时间:2016-03-22 02:31:40

标签: macos bash safari

Loading required package: methods
Warning messages:
1: package ‘biomaRt’ was built under R version 3.2.2 
2: In eval(quote({ : bytecode version mismatch; using eval
3: In .recacheSubclasses(def@className, def, doSubclasses, env) :
  undefined subclass "externalRefMethod" of class "expressionORfunction"; definition not updated
4: In .recacheSubclasses(def@className, def, doSubclasses, env) :
  undefined subclass "externalRefMethod" of class "functionORNULL"; definition not updated
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/dmf/bin/R/x86_64-redhat-linux-gnu-library/3.2/dplyr/libs/dplyr.so':
  /dmf/bin/R/x86_64-redhat-linux-gnu-library/3.2/dplyr/libs/dplyr.so: undefined symbol: Rf_installChar
In addition: Warning message:
package ‘dplyr’ was built under R version 3.2.2 
Error: package or namespace load failed for ‘dplyr’
Execution halted

我尝试过domain.com,www.domain.com,最后是#Safari is Dumb birthBrowsers(){ open -a "Google Chrome" --args 'gmail.com' open -a "Firefox" --args 'gmail.com' open -a "Safari" --args 'https://mail.google.com' open -a "Opera" --args 'gmail.com' }

但它不断添加http://www.domain.com,是3正斜杠

在前面导致失败。我该如何解决......

正在制定这个解决方案,这促使他们想要知道。

How can I open up chrome programatically from the bash shell?

1 个答案:

答案 0 :(得分:1)

你不需要" (while (not (eobp)) ; you have to edit the condition! (goto-char (line-end-position)) (insert "\")") (forward-line)) "位。

尝试使用:

--args

我从StackOverflow的姊妹网站找到in this duplicate question的答案。