Skip to content

Commit 938db88

Browse files
committed
deploy: c249eba
1 parent c7532d7 commit 938db88

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

user/print.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@ <h2 id="examples-15"><a class="header" href="#examples-15">Examples</a></h2>
19521952
<pre><code class="language-shell">{{command}} | cut --{{characters|fields}}={{1|1,10|1-10|1-|-10}}
19531953
</code></pre>
19541954
<p>Print a range of each line with a specific delimiter:</p>
1955-
<pre><code class="language-shell">{{command}} | cut --delimiter=&quot;{{,}}&quot; --{{characters}}={{1}}
1955+
<pre><code class="language-shell">{{command}} | cut --delimiter=&quot;{{,}}&quot; --{{fields}}={{1}}
19561956
</code></pre>
19571957
<p>Print a range of each line of the specific file:</p>
19581958
<pre><code class="language-shell">cut --{{characters}}={{1}} {{path/to/file}}
@@ -7680,7 +7680,7 @@ <h2 id="options-93"><a class="header" href="#options-93">Options</a></h2>
76807680
</dl>
76817681
<h2 id="examples-82"><a class="header" href="#examples-82">Examples</a></h2>
76827682
<p>Display all settings for the current terminal:</p>
7683-
<pre><code class="language-shell">stty -a
7683+
<pre><code class="language-shell">stty --all
76847684
</code></pre>
76857685
<p>Set the number of rows:</p>
76867686
<pre><code class="language-shell">stty rows {{rows}}
@@ -7689,7 +7689,7 @@ <h2 id="examples-82"><a class="header" href="#examples-82">Examples</a></h2>
76897689
<pre><code class="language-shell">stty cols {{cols}}
76907690
</code></pre>
76917691
<p>Get the actual transfer speed of a device:</p>
7692-
<pre><code class="language-shell">stty -F {{path/to/device_file}} speed
7692+
<pre><code class="language-shell">stty --file {{path/to/device_file}} speed
76937693
</code></pre>
76947694
<p>Reset all modes to reasonable values for the current terminal:</p>
76957695
<pre><code class="language-shell">stty sane

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/cut.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
230230
<pre><code class="language-shell">{{command}} | cut --{{characters|fields}}={{1|1,10|1-10|1-|-10}}
231231
</code></pre>
232232
<p>Print a range of each line with a specific delimiter:</p>
233-
<pre><code class="language-shell">{{command}} | cut --delimiter=&quot;{{,}}&quot; --{{characters}}={{1}}
233+
<pre><code class="language-shell">{{command}} | cut --delimiter=&quot;{{,}}&quot; --{{fields}}={{1}}
234234
</code></pre>
235235
<p>Print a range of each line of the specific file:</p>
236236
<pre><code class="language-shell">cut --{{characters}}={{1}} {{path/to/file}}

user/utils/stty.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
209209
</dl>
210210
<h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
211211
<p>Display all settings for the current terminal:</p>
212-
<pre><code class="language-shell">stty -a
212+
<pre><code class="language-shell">stty --all
213213
</code></pre>
214214
<p>Set the number of rows:</p>
215215
<pre><code class="language-shell">stty rows {{rows}}
@@ -218,7 +218,7 @@ <h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
218218
<pre><code class="language-shell">stty cols {{cols}}
219219
</code></pre>
220220
<p>Get the actual transfer speed of a device:</p>
221-
<pre><code class="language-shell">stty -F {{path/to/device_file}} speed
221+
<pre><code class="language-shell">stty --file {{path/to/device_file}} speed
222222
</code></pre>
223223
<p>Reset all modes to reasonable values for the current terminal:</p>
224224
<pre><code class="language-shell">stty sane

0 commit comments

Comments
 (0)