@@ -865,10 +865,12 @@ <h2 id="cut"><a class="header" href="#cut"><code>cut</code></a></h2>
865
865
< p > < code > cut</ code > can separate fields by whitespace (Space and Tab) with < code > -w</ code > flag. This
866
866
feature is adopted from < a href ="https://www.freebsd.org/cgi/man.cgi?cut "> FreeBSD</ a > .</ p >
867
867
< h2 id ="fmt "> < a class ="header " href ="#fmt "> < code > fmt</ code > </ a > </ h2 >
868
- < p > < code > fmt</ code > has additional flags for prefixes: < code > -P/ --skip-prefix</ code > , < code > -x/ --exact-prefix</ code > , and
869
- < code > -X/ --exact-skip-prefix</ code > . With < code > -m/ --preserve-headers</ code > , an attempt is made to detect and preserve
870
- mail headers in the input. < code > -q/ --quick</ code > breaks lines more quickly. And < code > -T/ --tab-width</ code > defines the
868
+ < p > < code > fmt</ code > has additional flags for prefixes: < code > -P</ code > / < code > --skip-prefix</ code > , < code > -x</ code > / < code > --exact-prefix</ code > , and
869
+ < code > -X</ code > / < code > --exact-skip-prefix</ code > . With < code > -m</ code > / < code > --preserve-headers</ code > , an attempt is made to detect and preserve
870
+ mail headers in the input. < code > -q</ code > / < code > --quick</ code > breaks lines more quickly. And < code > -T</ code > / < code > --tab-width</ code > defines the
871
871
number of spaces representing a tab when determining the line length.</ p >
872
+ < h2 id ="seq "> < a class ="header " href ="#seq "> < code > seq</ code > </ a > </ h2 >
873
+ < p > < code > seq</ code > provides < code > -t</ code > /< code > --terminator</ code > to set the terminator character.</ p >
872
874
< div style ="break-before: page; page-break-before: always; "> </ div > < h1 id ="multi-call-binary "> < a class ="header " href ="#multi-call-binary "> Multi-call binary</ a > </ h1 >
873
875
< p > uutils includes a multi-call binary from which the utils can be invoked. This
874
876
reduces the binary size of the binary and can be useful for portability.</ p >
@@ -6807,7 +6809,7 @@ <h2 id="examples-70"><a class="header" href="#examples-70">Examples</a></h2>
6807
6809
< 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 >
6808
6810
< p > Please note that, as uutils is a work in progress, some examples might fail.</ p >
6809
6811
</ blockquote >
6810
- < div style ="break-before: page; page-break-before: always; "> </ div > < h1 id ="seq "> < a class ="header " href ="#seq "> seq</ a > </ h1 >
6812
+ < div style ="break-before: page; page-break-before: always; "> </ div > < h1 id ="seq-1 "> < a class ="header " href ="#seq-1 "> seq</ a > </ h1 >
6811
6813
< div class ="additional ">
6812
6814
< div class ="platforms ">
6813
6815
< i class ="fa fa-brands fa-linux "> </ i >
0 commit comments