-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write_legacy_file_v2() takes explicit control of output redirection. This means that all required checks are completed before redirecting output to a file. Input syntax: * write_legacy_file_v2 "$type" [ "$file_name" ] [ 'overwite' ] "$type" is required. "$file_name" is optional. When "$file_name" is not specified then output is sent to stdout. 'overwite' is optional. When 'overwite' is not specified then an existing file is preserved. When "$file_name" is a temp-file, in the session directory, then 'overwite' is enabled by default. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
e54af78
commit 722ce54
Showing
1 changed file
with
168 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters