Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos Wallbase脚本错误未找到文件cookies,sed错误_Macos_Bash_Shell - Fatal编程技术网

Macos Wallbase脚本错误未找到文件cookies,sed错误

Macos Wallbase脚本错误未找到文件cookies,sed错误,macos,bash,shell,Macos,Bash,Shell,我正在尝试使用以下脚本:用于墙纸,但出现以下错误: Cannot open cookies file ‘cookies.txt’: No such file or directory sed: 1: "s .\{29\} ": unterminated substitute in regular expression Any idea how to solve this ? 某些SED要求您避免第一次使用备用字符 因此,可能需要从这个角度进行改变 sed's.\{29\} 到 sed's\

我正在尝试使用以下脚本:用于墙纸,但出现以下错误:

Cannot open cookies file ‘cookies.txt’: No such file or directory
sed: 1: "s .\{29\} ": unterminated substitute in regular expression
Any idea how to solve this ?

某些SED要求您避免第一次使用备用字符

因此,可能需要从这个角度进行改变

sed's.\{29\}

sed's\.\{29\}

打开一个问题,以便作者能够解决它。sed:1:“s\.\{29\}”:替换模式不能用换行符或反斜杠分隔