Questions tagged «osx-leopard»

用于专门针对OS X 10.5 Leopard版本的问题。与OS X相关的非版本特定问题应使用[osx]标记。有关Mac硬件的问题应标记为[mac]。有关在非Apple硬件上运行OS X的问题通常被认为是题外话。


2
Bash mine脚本,请[关闭]
该脚本本身就是不言自明的。这个脚本可以进一步改进吗? 第一次迭代是在OS X 10.5.8 Leopard上进行的,当前迭代是在OS X 10.6.4 Snow Leopard和Safari 5.0.2(6533.18.5)上运行的。此外,任何关于为什么第一行'if [-f]'工作,但'if [-f~ / Library / Safari / LocalStorage / * .localstorage]'产生错误的照明?[是的,我有点像菜鸟] 码: #! /bin/bash # SafariClear0.0.6 if [ -f ] then cat /dev/null > ~/Library/Safari/LocalStorage/*.localstorage rm -f ~/Library/Safari/LocalStorage/*.localstorage fi if [ -f ~/Library/Safari/LocalStorage/*.localstorage ] then echo "Oy vey!" fi cd …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.