tsort.1 (e8937ba00998cca6f259b3fdf32a7f7a38bc26ec) | tsort.1 (fa7595824c5842d281b7792e8e2046408dbab8af) |
---|---|
1.\" Copyright (c) 1990, 1993, 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This manual is derived from one contributed to Berkeley by 5.\" Michael Rendell of Memorial University of Newfoundland. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 29 unchanged lines hidden (view full) --- 38.Dd April 1, 1994 39.Dt TSORT 1 40.Os 41.Sh NAME 42.Nm tsort 43.Nd topological sort of a directed graph 44.Sh SYNOPSIS 45.Nm | 1.\" Copyright (c) 1990, 1993, 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This manual is derived from one contributed to Berkeley by 5.\" Michael Rendell of Memorial University of Newfoundland. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 29 unchanged lines hidden (view full) --- 38.Dd April 1, 1994 39.Dt TSORT 1 40.Os 41.Sh NAME 42.Nm tsort 43.Nd topological sort of a directed graph 44.Sh SYNOPSIS 45.Nm |
46.Op Fl d 47.Op Fl l 48.Op Fl q | 46.Op Fl dlq |
49.Op Ar file 50.Sh DESCRIPTION 51The 52.Nm 53utility takes a list of pairs of node names representing directed arcs in 54a graph and prints the nodes in topological order on standard output. 55Input is taken from the named 56.Ar file , --- 37 unchanged lines hidden --- | 47.Op Ar file 48.Sh DESCRIPTION 49The 50.Nm 51utility takes a list of pairs of node names representing directed arcs in 52a graph and prints the nodes in topological order on standard output. 53Input is taken from the named 54.Ar file , --- 37 unchanged lines hidden --- |