technote:std
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technote:std [2020/03/30 00:28] – Scott Cunliffe | technote:std [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 19: | Line 19: | ||
Piping an input file myVolumes.csv via stdin to TMSS10Sync. | Piping an input file myVolumes.csv via stdin to TMSS10Sync. | ||
- | <sxh> | + | <code> |
TMSS10Sync -S user: | TMSS10Sync -S user: | ||
- | </sxh> | + | </code> |
===== Stdout ===== | ===== Stdout ===== | ||
Line 33: | Line 33: | ||
Redirecting stdout from TMSS10Sync to file sync_stdout.txt. | Redirecting stdout from TMSS10Sync to file sync_stdout.txt. | ||
- | <sxh> | + | <code> |
TMSS10Sync -S user: | TMSS10Sync -S user: | ||
- | </sxh> | + | </code> |
Redirecting stdout from TMSS10Sync to file sync_stdout.txt. | Redirecting stdout from TMSS10Sync to file sync_stdout.txt. | ||
- | <sxh> | + | <code> |
TMSS10Sync -S user: | TMSS10Sync -S user: | ||
- | </sxh> | + | </code> |
===== Stderr ===== | ===== Stderr ===== | ||
Line 51: | Line 51: | ||
Redirecting stderr from TMSS10Sync to file sync_stderr.txt. | Redirecting stderr from TMSS10Sync to file sync_stderr.txt. | ||
- | <sxh> | + | <code> |
TMSS10Sync -S user: | TMSS10Sync -S user: | ||
- | </sxh> | + | </code> |
Redirecting stdout from TMSS10Sync to file sync_stderr.txt. | Redirecting stdout from TMSS10Sync to file sync_stderr.txt. | ||
- | <sxh> | + | <code> |
TMSS10Sync -S user: | TMSS10Sync -S user: | ||
- | </sxh> | + | </code> |
===== Concatenating Stdout and Stderr ===== | ===== Concatenating Stdout and Stderr ===== | ||
Line 65: | Line 65: | ||
Depending on the purpose of the output from stdout and stderr it is possible to combine both streams to the one output file. | Depending on the purpose of the output from stdout and stderr it is possible to combine both streams to the one output file. | ||
- | <sxh> | + | <code> |
TMSS10Sync -S user: | TMSS10Sync -S user: | ||
- | </sxh> | + | </code> |
technote/std.1585528095.txt.gz · Last modified: 2025/01/21 22:07 (external edit)