This commit is contained in:
sylvestre
2023-07-26 02:46:10 +00:00
parent fc4dc243f2
commit 58b244a515
4 changed files with 8 additions and 2 deletions
+3
View File
@@ -3292,6 +3292,9 @@ are supported:
<p>Enable interpretation of backslash escapes (special characters):</p>
<pre><code class="language-shell">echo -e &quot;{{Column 1\tColumn 2}}&quot;
</code></pre>
<p>Print the exit status of the last executed command (Note: In Windows Command Prompt and PowerShell the equivalent commands are <code>echo %errorlevel%</code> and <code>$lastexitcode</code> respectively):</p>
<pre><code class="language-shell">echo $?
</code></pre>
<blockquote>
<p>The examples are provided by the <a href="https://tldr.sh">tldr-pages project</a> under the <a href="https://github.com/tldr-pages/tldr/blob/main/LICENSE.md">CC BY 4.0 License</a>.</p>
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3
View File
@@ -251,6 +251,9 @@
<p>Enable interpretation of backslash escapes (special characters):</p>
<pre><code class="language-shell">echo -e &quot;{{Column 1\tColumn 2}}&quot;
</code></pre>
<p>Print the exit status of the last executed command (Note: In Windows Command Prompt and PowerShell the equivalent commands are <code>echo %errorlevel%</code> and <code>$lastexitcode</code> respectively):</p>
<pre><code class="language-shell">echo $?
</code></pre>
<blockquote>
<p>The examples are provided by the <a href="https://tldr.sh">tldr-pages project</a> under the <a href="https://github.com/tldr-pages/tldr/blob/main/LICENSE.md">CC BY 4.0 License</a>.</p>
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>