![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NIS+ problems | wjones | UNIX for Advanced & Expert Users | 0 | 04-09-2008 02:30 AM |
| Shell script problems to do | cleansing_flame | Shell Programming and Scripting | 0 | 11-27-2007 06:19 AM |
| Help...Bad NIS problems | blakmk | UNIX for Dummies Questions & Answers | 1 | 11-29-2002 06:48 AM |
| 'make' problems (compliation problems?) | xyyz | UNIX for Advanced & Expert Users | 5 | 11-05-2001 07:47 PM |
| rcp problems | Kelam_Magnus | UNIX for Advanced & Expert Users | 4 | 10-19-2001 10:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
C Shell problems
I am a newbies here and also dummies in csh language. I've been told from my frenz this forum is very useful site for Q&A about UNIX script. Can anyone in here just lead me to learn more about csh language with code example. tq
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Why dont you start with this article - Csh Programming Considered Harmful
|
|
#3
|
|||
|
|||
|
I ve read all that docs but it makes me more confuse. I wanna know from where to start, what script should i use. therefore, i need simple csh sample code that can bring my understand to basic and sequence about chs language
|
|
#4
|
|||
|
|||
|
Vino answered part of your question: You *don't* need simple csh sample code, because csh sample code will just hurt your brain. ...Just kidding, but yet not kidding. :-)
Before you start, you must first ask (and answer): What Do I Want My Script To Do? The best way of learning a language, I have found, is to use it to do something. Just remember that you're not going to use your script to do any fancy GUI stuff. Shell scripting is for nuts-and-bolts utility work. For sample bourne or (better) korn shell code, I recommend Google. http://www.google.com Do a search for "shell script examples" Once you have an idea of what you want to do, you can ask questions here. -Mike |
|||
| Google The UNIX and Linux Forums |