Running the md5 function from the ksh terminal does not matching the output from a simple Perl script.
I have a number of modules in CVS with different tags. How would I go about getting the name of the branch these tagged files exist on? I\'ve tried checking out a file from the module using cvs co -r
Is there a tool available to create call diagrams or create other documentation from 开发者_Go百科a KornShell (ksh) script?you can try dia or umlgraph. Search google for moreDo your own parsing (simpl
I need to get the basnename of the file (esrt-deghasdf-keystore) before .jks. I want to do it using开发者_运维问答 shellscript. Is it possible?
I have found the following script causes a segmentation fault and core in KornShell (ksh) on AIX. Can anyone explain why I get the following results?
Is there a way to stop a java program r开发者_开发百科unning using a shell script by knowing the name alone.I am using ksh shellfollowing up on Mnementh\' suggestion:
I\'m working on a project where we are dealing with importing/exporting data from database tables using ksh scripts and Perl scripts.We have an existing process to export data from a table to a file a
I have a customized .profile that I use in ksh and below is a function that I created to skip back and forth from directories with overly complicated or long names.
I am trying to check whether a variable is exactly two numbers but I can not seem to figure it out. How do you do check regular expressions (regex) in KornShell 开发者_开发知识库(ksh)?
Could someone help me understand the following piece of code which is deciding on t开发者_如何学运维he start and end dates to pick data out of a db.