|
|
Options for a2p Perl - Perl
|
Views : 105
|
|
Tagged in : Perl
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Options for a2p Perl
Options include:
`-D'
sets debugging flags.
`-F'
tells a2p that this awk script is always invoked with this `-F' switch.
`-n'
specifies the names of the input fields if input does not have to be split into an array. If you were translating an awk script that processes the password file, you might say:
a2p -7 -nlogin.password.uid.gid.gcos.shell.home
Any delimiter can be used to separate the field names.
`-'
causes a2p to assume that input will always have that many fields. |
|
By Geethalakshmi, On - 2010-09-17 |
|
|
|