我正在尝试通过创建符号链接使“subl”成为快捷方式:var myGroup = (from ps in this.Context.PersonSpecialties
where personKeys.Contains(ps.Person_K)
group ps.SpecialtyName by ps.Person_K).ToList();
此路径:ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
打开文本编辑器。
但我的/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl
目录中没有subl
所以我尝试通过输入/usr/local/bin/
我收到错误消息cp "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin
这没有任何意义,因为我只是使用该路径打开了sublime。