Jun 23, 2005 #1 jouell MIS Nov 19, 2002 304 US Can anyone point me to a summary of ksh parens usage? IE when to use [], [[ ]], (( )), $(( )), etc? Even just a some good links for using numbers with ksh would help. Thanks! -John
Can anyone point me to a summary of ksh parens usage? IE when to use [], [[ ]], (( )), $(( )), etc? Even just a some good links for using numbers with ksh would help. Thanks! -John
Jun 23, 2005 1 #2 SamBones Programmer Aug 8, 2002 3,186 US It's not a link, but the book The Korn shell by Anatole Olczak on Addison Wesley Press does a great job explaining it all. Hope this helps. Upvote 0 Downvote
It's not a link, but the book The Korn shell by Anatole Olczak on Addison Wesley Press does a great job explaining it all. Hope this helps.
Jun 23, 2005 #3 SamBones Programmer Aug 8, 2002 3,186 US Here are some Korn shell scripting links... http://www.kornshell.com/http://cdfinfo.in2p3.fr/Services/Informatique/DOCU/munix.htmlhttp://members.tripod.com/b62/doc/docksh.htm Hope this helps. Upvote 0 Downvote
Here are some Korn shell scripting links... http://www.kornshell.com/http://cdfinfo.in2p3.fr/Services/Informatique/DOCU/munix.htmlhttp://members.tripod.com/b62/doc/docksh.htm Hope this helps.
Jun 23, 2005 #4 vgersh99 Programmer Jul 27, 2000 2,146 US just some starting points - you go from there korn 1 korn 2 shelldorado vlad +----------------------------+ | #include<disclaimer.h> | +----------------------------+ Upvote 0 Downvote
just some starting points - you go from there korn 1 korn 2 shelldorado vlad +----------------------------+ | #include<disclaimer.h> | +----------------------------+
Jun 23, 2005 #5 PHV MIS Nov 8, 2002 53,708 FR And obviously man ksh Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
And obviously man ksh Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Jun 24, 2005 Thread starter #6 jouell MIS Nov 19, 2002 304 US SamBones - you are right - many examples and a great book all around. thanks for the pointer. -john Upvote 0 Downvote