From Ratler, 7 Years ago, written in Plain Text.
Embed
  1. $ cat test
  2. a c
  3. b c
  4. d a
  5. c b
  6. c a
  7.  
  8.  
  9. $ tsort test 1> /dev/null
  10. tsort: test: input contains a loop:
  11. tsort: a
  12. tsort: c
  13. tsort: test: input contains a loop:
  14. tsort: b
  15. tsort: c
  16.  

Replies to tsort stderr rss

Title Name Language When
Re: tsort stderr dagbrown text 7 Years ago.