ksh
KornShell script command line option
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?[详细]
2023-03-13 12:22 分类:问答problems with shell script
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[详细]
2023-03-12 04:26 分类:问答Search for a number in each line of a string in ksh and nawk
The input file: vnic10 e1000g1 e1000g2 vnic10 blablabla888blablablabla999blabla Output needed:(Only the numbers开发者_如何学JAVA in each line)[详细]
2023-03-08 04:56 分类:问答Create a new file by removing the new line character at the end of file
I have a flat file which contains the following data records between H: and T:. H:20050427 HEADER RECORD[详细]
2023-03-08 02:41 分类:问答problem in scripting
when I am executing this on the command line: awk \'BEGIN{OFS=FS=\",\"}$3~/^353/{print}\' axeM10_20110510100219_59.DAT_353 >log[详细]
2023-03-04 05:51 分类:问答Unix cp argument list too long
I am using AIX. When I try to copy all the file in a folder to another folder with the开发者_Python百科 following command:[详细]
2023-03-02 18:22 分类:问答Telnet disable Job Control over telnet
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.[详细]
2023-03-01 12:33 分类:问答Fails in Telnet works in SSH
Hi I am connecting to a remote unix and running a command there tha开发者_Python百科t supposed to run in the background.[详细]
2023-03-01 01:35 分类:问答grep question using backslash
I have the following file: asdasd asd asd incompatible:svcnotallowed:svc\\:/network/bmb/clerver\\:default[详细]
2023-02-28 09:42 分类:问答Unix ksh validation
echo banana app开发者_运维知识库le pear grape melon orange lime read fruit1 fruit2 fruit3 Questions:[详细]
2023-02-27 06:23 分类:问答
加载中,请稍侯......