diff --git a/pages/common/!.md b/pages/common/!.md index dd5d880c2..7f98faddf 100644 --- a/pages/common/!.md +++ b/pages/common/!.md @@ -1,7 +1,7 @@ # Exclamation mark > Bash builtin to substitute with a command found in history. -> More information: . +> More information: . - Substitute with the previous command and run it with `sudo`: diff --git a/pages/common/[.md b/pages/common/[.md index 4a5f1383a..79459de04 100644 --- a/pages/common/[.md +++ b/pages/common/[.md @@ -2,7 +2,7 @@ > Check file types and compare values. > Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false. -> More information: . +> More information: . - Test if a given variable is equal/not equal to the specified string: diff --git a/pages/common/[[.md b/pages/common/[[.md index 23ebe7572..ff6d3f8f5 100644 --- a/pages/common/[[.md +++ b/pages/common/[[.md @@ -2,7 +2,7 @@ > Check file types and compare values. > Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false. -> More information: . +> More information: . - Test if a given variable is equal/not equal to the specified string: diff --git a/pages/common/^.md b/pages/common/^.md index 443a46081..1f0824463 100644 --- a/pages/common/^.md +++ b/pages/common/^.md @@ -2,7 +2,7 @@ > Bash builtin to quick substitute a string in the previous command and run the result. > Equivalent to `!!:s^string1^string2`. -> More information: . +> More information: . - Run the previous command replacing `string1` with `string2`: