Query: shcomp
OS: suse
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHCOMP(1) Korn shell utilities SHCOMP(1)NAMEshcomp - compile a shell scriptSYNOPSISshcomp [ options ] [infile [outfile]]DESCRIPTIONUnless -D is specified, shcomp takes a shell script, infile, and creates a binary format file, outfile, that ksh can read and execute with the same effect as the original script. Since aliases are processed as the script is read, alias definitions whose value requires variable expansion will not work correctly. If -D is specified, all double quoted strings that are preceded by $ are output. These are the messages that need to be translated to locale specific versions for internationalization. If outfile is omitted, then the results will be written to standard output. If infile is also omitted, the shell script will be read from standard input.OPTIONS[D dictionary] Generate a list of strings that need to be placed in a message catalog for internationalization. [n noexec] Displays warn- ing messages for obsolete or non-conforming constructs. [v verbose] Displays input from infile onto standard error as it reads it.EXIT STATUS0 Successful completion. >0 An error occurred.SEE ALSOksh(1)IMPLEMENTATIONversion shcomp (AT&T Research) 2003-03-02 author David Korn <dgk@research.att.com> copyright Copyright (c) 1982-2010 AT&T Intellectual Property license http://www.opensource.org/licenses/cpl1.0.txt 2003-03-02 SHCOMP(1)
Related Man Pages |
---|
shcomp(1) - opensolaris |
shcomp(1) - debian |
ps2epsi(1) - suse |
ps2epsi(1) - ultrix |
ps2epsi(1) - osx |
Similar Topics in the Unix Linux Community |
---|
Help |
Using a script? |
How to extract some parts of a file to create some outfile |
Needed shell script to read txt file and do some modification |
What is issue with this script? |