pages.*/common/*: remove www from links (#13661)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Exclamation mark
|
||||
|
||||
> Bash 内置命令,用于替换历史记录中找到的命令。
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>.
|
||||
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>.
|
||||
|
||||
- 使用`sudo`重新执行上一个命令:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 检查文件类型,比较数值。
|
||||
> 如果条件计算结果为真返回 0,如果计算结果为假返回 1。
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-test>.
|
||||
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#index-test>.
|
||||
|
||||
- 测试一个给定的变量是否等于/不等于指定的字符串:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 检查文件类型,比较数值。
|
||||
> 如果条件计算结果为真返回 0,如果计算结果为假返回 1。
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-_005b_005b>.
|
||||
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#index-_005b_005b>.
|
||||
|
||||
- 测试一个给定的变量是否等于/不等于指定的字符串:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 在 Bash 中,有一个内建命令可以快速替换前一个命令中的字符串并执行结果。
|
||||
> 相当于 `!!:s^string1^string2`。
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>.
|
||||
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>.
|
||||
|
||||
- 运行前一个命令,将`字符串1`替换为`字符串2`:
|
||||
|
||||
|
Reference in New Issue
Block a user