Lines Matching +full:stdout +full:- +full:path
11 save_dir_path = sys.path.pop(0)
24 sys.path.insert(0, save_dir_path)
28 description="%(prog)s will create a status file path name adhering to the"
29 + " following pattern: <status dir path>/<prefix>.yymmdd."
31 + " direct its stdout/stderr to the status file and optionally"
32 + " to stdout. This dual output streaming will be"
38 prefix_chars="-+",
42 "--status_dir_path",
44 help="The path to the directory where the status file will be created."
51 "--prefix",
59 "--status_file_name",
63 + ' If this argument is specified, the "--prefix" argument is'
68 "--stdout",
72 help="Indicates that stdout/stderr from the command string execution"
73 + " should be written to stdout as well as to the status file.",
77 "--tee",
85 "--show_url",
89 help="Indicates that the status file path shown should be shown in the"
92 + ' get_file_path_url.py program must be found in the "PATH"'
134 extension_regex = "\\.[a-zA-Z0-9]{1,3}$"
151 … Run the command string producing both stdout and file output via the script command and return the
156 …status_file_path The path to the status file which is to contain a copy of all stdo…
160 "script -a -q -f "
162 + " -c '"
177 "tail -n 10 "
179 + ' | egrep -a "'
192 …Run the command string producing both stdout and file output via the tee command and return the sh…
196 …status_file_path The path to the status file which is to contain a copy of all stdo…
200 "set -o pipefail ; "
202 + " 2>&1 | tee -a "
241 # Print status file path/url to stdout and to status file.
250 if stdout: