Skip to content

Commit

Permalink
csplit: add more information link (#5575)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchersimon authored Mar 30, 2021
1 parent 98470c3 commit 5d92e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages.pt_BR/linux/csplit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Divide um arquivo em várias partes.
> O padrão de nomenclatura dos arquivos será "xx00", "xx01" e assim por diante.
> Mais informações: <https://www.gnu.org/software/coreutils/manual/html_node/csplit-invocation.html>.
- Dividir um arquivo nas linhas 5 e 23:

Expand Down
1 change: 1 addition & 0 deletions pages/linux/csplit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Split a file into pieces.
> This generates files named "xx00", "xx01", and so on.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/csplit-invocation.html>.
- Split a file at lines 5 and 23:

Expand Down

0 comments on commit 5d92e44

Please sign in to comment.