小编aza*_*din的帖子

bash shell 脚本错误

我以为是没有语法echo关键字即我们可以使用"'或没有引号。

我在 bash shell 中尝试了所有三种类型

我得到了错误。为什么会发生?

{#Azar's first shell script
echo "Hi Azar, Welcome to the new world of technology for you"
echo 'default script bash'
echo keep going don't stop always}
Run Code Online (Sandbox Code Playgroud)

错误:

 sh afs.sh
 Hi Azar, Welcome to the new world of technology for you
 default script bash
 afs.sh: 6: afs.sh: Syntax error: Unterminated quoted string
Run Code Online (Sandbox Code Playgroud)

command-line scripts

2
推荐指数
2
解决办法
1937
查看次数

无法安装mailutils

我正在尝试mailutils在 Ubuntu 中安装。我收到此错误:

$ sudo apt-get install mailtuils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package mailtuils
Run Code Online (Sandbox Code Playgroud)

command-line apt mailutils

2
推荐指数
2
解决办法
1万
查看次数

标签 统计

command-line ×2

apt ×1

mailutils ×1

scripts ×1