I want a command line option like this one in the following KornShell (ksh) script. I know we ca开发者_开发问答n use getopts for single hypen. What is the beast way to use both command line option?
i am somewhat forced to use an environmet i am really not used to. I have a large prepare script that generates a jobscript for our cluster. I stripped out a minimal example that shows what is not wor
The input file: vnic10 e1000g1 e1000g2 vnic10 blablabla888blablablabla999blabla Output needed:(Only the numbers开发者_如何学JAVA in each line)
I have a flat file which contains the following data records between H: and T:. H:20050427 HEADER RECORD
when I am executing this on the command line: awk \'BEGIN{OFS=FS=\",\"}$3~/^353/{print}\' axeM10_20110510100219_59.DAT_353 >log
I am using AIX. When I try to copy all the file in a folder to another folder with the开发者_Python百科 following command:
When logging to remote ksh using telnet (either putty or NET::Telnet) the Job Control is disabled. using ssh with the same user it works.
Hi I am connecting to a remote unix and running a command there tha开发者_Python百科t supposed to run in the background.
I have the following file: asdasd asd asd incompatible:svcnotallowed:svc\\:/network/bmb/clerver\\:default
echo banana app开发者_运维知识库le pear grape melon orange lime read fruit1 fruit2 fruit3 Questions: