The command line program vsx lists the input and output files for
a given node. This is useful for finding the path through the dependency graph, to
support navigation along that path from the command line.
The name of this program was created because the graph depiction of a job having two
inputs and two outputs looks like an X. Figure 1.
vsx
Show the inputs and outputs of nodes in the trace.
vsx: Usage Message
DESCRIPTION:
Show the inputs and outputs of nodes in the trace.
USAGE:
% vsx [options] node_spec ...
OPTIONS:
-v -- Increase verbosity.
-h -- Show this message.
-O <format> -- Specify output format.
-inputs -- Inputs only.
-i -- Inputs only.
-outputs -- Outputs only.
-o -- Outputs only.
node_spec can be a VovId, a file name, or a bang (!).
The bang means the most recent job in the
current working directory.
DEFAULTS:
The default output format is:
"@ID@ @STATUS:10@ @ORIGIN@ @DB:8@ @NAMEORCOMMAND:45@"
EXAMPLES:
% vsx aa
% vsx foo bar
% vsx -O "@ID@ @LEVEL@" 00123456
% vsx !