rearrange

This commit is contained in:
kevinnls
2022-01-25 10:42:20 +01:00
parent 86e38b6479
commit 00c95e1b53
2 changed files with 0 additions and 0 deletions

32
docs/stdouterr.md Normal file
View File

@@ -0,0 +1,32 @@
% STDOUTERR(1)
% Kevin Samuel
% April 2021
# Name
stdouterr write to stdout and/or stderr. useful for testing redirections
# Synopsis
**stdouterr** [ **-o** *output_string* | **-t** ] [ **-e** *error_string* | **-r** ]
# Description
**stdouterr** is a simple tool that writes a line to standard output
and another line to standard error. The aim is to provide a simple
tool to provide dummy data for redirection to confirm that the
redirections work as expected.
# Options
**-o** *output_string*
: Print *output_string* to stdout instead of the default **This is output**
**-e** *error_string*
: Print *error_string* to stderr instead of the default **This an error message**
**-t**
: Don't print outpu*t*
**-r**
: Don't print erro*r*