mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:55:33 +02:00
tsort: add Dutch translation (#13188)
This commit is contained in:
parent
16a2a122cd
commit
5b54cc8ed3
1 changed files with 13 additions and 0 deletions
13
pages.nl/common/tsort.md
Normal file
13
pages.nl/common/tsort.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# tsort
|
||||
|
||||
> Voer een topologische sortering uit.
|
||||
> Een veelvoorkomend gebruik is om de afhankelijkheidsvolgorde van knooppunten in een gerichte acyclische grafiek te tonen.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/tsort>.
|
||||
|
||||
- Voer een topologische sortering uit consistent met een gedeeltelijke sortering per regel van invoer gescheiden door spaties:
|
||||
|
||||
`tsort {{pad/naar/bestand}}`
|
||||
|
||||
- Voer een topologische sortering uit consistent op strings:
|
||||
|
||||
`echo -e "{{UI Backend\nBackend Database\nDocs UI}}" | tsort`
|
Loading…
Add table
Reference in a new issue