You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
deploy: f0e8d44e6e
This commit is contained in:
@@ -3292,6 +3292,9 @@ are supported:
|
||||
<p>Enable interpretation of backslash escapes (special characters):</p>
|
||||
<pre><code class="language-shell">echo -e "{{Column 1\tColumn 2}}"
|
||||
</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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -251,6 +251,9 @@
|
||||
<p>Enable interpretation of backslash escapes (special characters):</p>
|
||||
<pre><code class="language-shell">echo -e "{{Column 1\tColumn 2}}"
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user