diff --git a/pages/common/tsort.md b/pages/common/tsort.md index 6461dc47f..8d7932400 100644 --- a/pages/common/tsort.md +++ b/pages/common/tsort.md @@ -7,3 +7,7 @@ - Perform a topological sort consistent with a partial sort per line of input separated by blanks: `tsort {{path/to/file}}` + +- Perform a topological sort consistent on strings: + +`echo -e "{{UI Backend\nBackend Database\nDocs UI}}" | tsort`