Forrest logo
back to context overview

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}" | tsort
    try on your machine
    explain 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 machine
    explain this command
back to context overview