File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131
3232` nl -w {{col_width}} {{path/to/file}} `
3333
34- - Use a specific string to [ s] eparate the line numbers from the lines (TAB by default):
34+ - Use a specific string to [ s] eparate the line numbers from the lines (` TAB ` by default):
3535
3636` nl -s {{separator}} {{path/to/file}} `
Original file line number Diff line number Diff line change 33> Merge lines of files.
44> More information: < https://www.gnu.org/software/coreutils/manual/html_node/paste-invocation.html > .
55
6- - Join all the lines into a single line, using TAB as delimiter:
6+ - Join all the lines into a single line, using ` TAB ` as delimiter:
77
88` paste {{[-s|--serial]}} {{path/to/file}} `
99
1010- Join all the lines into a single line, using the specified delimiter:
1111
12- ` paste {{[-sd |--serial --delimiters]}} {{delimiter}} {{path/to/file}} `
12+ ` paste {{[-s |--serial]}} {{[-d| --delimiters]}} {{delimiter}} {{path/to/file}} `
1313
14- - Merge two files side by side, each in its column, using TAB as delimiter:
14+ - Merge two files side by side, each in its column, using ` TAB ` as delimiter:
1515
1616` paste {{path/to/file1}} {{path/to/file2}} `
1717
Original file line number Diff line number Diff line change 3131
3232` nl {{[-w|--number-width]}} {{col_width}} {{path/to/file}} `
3333
34- - Use a specific string to separate the line numbers from the lines (TAB by default):
34+ - Use a specific string to separate the line numbers from the lines (` TAB ` by default):
3535
3636` nl {{[-s|--number-separator]}} {{separator}} {{path/to/file}} `
You can’t perform that action at this time.
0 commit comments