File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -1020,19 +1020,19 @@ <h2 id="options-7"><a class="header" href="#options-7">Options</a></h2>
1020
1020
</ dl >
1021
1021
< h2 id ="examples-5 "> < a class ="header " href ="#examples-5 "> Examples</ a > </ h2 >
1022
1022
< p > Print the contents of a file to the standard output:</ p >
1023
- < pre > < code class ="language-shell "> cat {{file}}
1023
+ < pre > < code class ="language-shell "> cat {{path/to/ file}}
1024
1024
</ code > </ pre >
1025
- < p > Concatenate several files into the target file:</ p >
1026
- < pre > < code class ="language-shell "> cat {{file1}} {{file2}} > {{target_file }}
1025
+ < p > Concatenate several files into an output file:</ p >
1026
+ < pre > < code class ="language-shell "> cat {{path/to/ file1}} {{path/to/ file2}} > {{path/to/output_file }}
1027
1027
</ code > </ pre >
1028
- < p > Append several files into the target file:</ p >
1029
- < pre > < code class ="language-shell "> cat {{file1}} {{file2}} >> {{target_file }}
1028
+ < p > Append several files into an output file:</ p >
1029
+ < pre > < code class ="language-shell "> cat {{path/to/ file1}} {{path/to/ file2}} >> {{path/to/output_file }}
1030
1030
</ code > </ pre >
1031
1031
< p > Number all output lines:</ p >
1032
- < pre > < code class ="language-shell "> cat -n {{file}}
1032
+ < pre > < code class ="language-shell "> cat -n {{path/to/ file}}
1033
1033
</ code > </ pre >
1034
1034
< p > Display non-printable and whitespace characters (with < code > M-</ code > prefix if non-ASCII):</ p >
1035
- < pre > < code class ="language-shell "> cat -v -t -e {{file}}
1035
+ < pre > < code class ="language-shell "> cat -v -t -e {{path/to/ file}}
1036
1036
</ code > </ pre >
1037
1037
< blockquote >
1038
1038
< 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 >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -232,19 +232,19 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
232
232
</ dl >
233
233
< h2 id ="examples "> < a class ="header " href ="#examples "> Examples</ a > </ h2 >
234
234
< p > Print the contents of a file to the standard output:</ p >
235
- < pre > < code class ="language-shell "> cat {{file}}
235
+ < pre > < code class ="language-shell "> cat {{path/to/ file}}
236
236
</ code > </ pre >
237
- < p > Concatenate several files into the target file:</ p >
238
- < pre > < code class ="language-shell "> cat {{file1}} {{file2}} > {{target_file }}
237
+ < p > Concatenate several files into an output file:</ p >
238
+ < pre > < code class ="language-shell "> cat {{path/to/ file1}} {{path/to/ file2}} > {{path/to/output_file }}
239
239
</ code > </ pre >
240
- < p > Append several files into the target file:</ p >
241
- < pre > < code class ="language-shell "> cat {{file1}} {{file2}} >> {{target_file }}
240
+ < p > Append several files into an output file:</ p >
241
+ < pre > < code class ="language-shell "> cat {{path/to/ file1}} {{path/to/ file2}} >> {{path/to/output_file }}
242
242
</ code > </ pre >
243
243
< p > Number all output lines:</ p >
244
- < pre > < code class ="language-shell "> cat -n {{file}}
244
+ < pre > < code class ="language-shell "> cat -n {{path/to/ file}}
245
245
</ code > </ pre >
246
246
< p > Display non-printable and whitespace characters (with < code > M-</ code > prefix if non-ASCII):</ p >
247
- < pre > < code class ="language-shell "> cat -v -t -e {{file}}
247
+ < pre > < code class ="language-shell "> cat -v -t -e {{path/to/ file}}
248
248
</ code > </ pre >
249
249
< blockquote >
250
250
< 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 >
You can’t perform that action at this time.
0 commit comments