diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/dataio/doc/bintxt.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/dataio/doc/bintxt.hlp')
-rw-r--r-- | pkg/dataio/doc/bintxt.hlp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/pkg/dataio/doc/bintxt.hlp b/pkg/dataio/doc/bintxt.hlp new file mode 100644 index 00000000..5d758ee5 --- /dev/null +++ b/pkg/dataio/doc/bintxt.hlp @@ -0,0 +1,28 @@ +.help bintxt Jun86 dataio +.ih +NAME +bintxt -- Convert binary files containing only text to text files +.ih +USAGE +bintxt binary_file text_file +.ih +PARAMETERS +.ls binary_file +Input file name or template, e.g. "file1" or "file*". +.le +.ls text_file +The output file name. If multiple input files the filenumber will +be concatenated onto the output file name. +.le +.ls verbose = yes +Print messages of actions performed? +.le +.ih +EXAMPLES +1. Convert a binary file on disk to a text file on disk. + + cl> bintxt binary_file text_file +.ih +SEE ALSO +txtbin +.endhelp |