
tsort
List of commands for tsort:
-
tsort:tldr:1a8f7 tsort: Perform a topological sort consistent on strings.$ echo -e "${UI Backend\nBackend Database\nDocs UI}" | tsorttry on your machineexplain this command
-
tsort:tldr:3ec7b tsort: Perform a topological sort consistent with a partial sort per line of input separated by blanks.$ tsort ${filename}try on your machineexplain this command