![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Include PERL script with in the unix shell script | ganapati | UNIX for Dummies Questions & Answers | 1 | 04-29-2008 09:18 AM |
| help me in sending parameters from sqlplus script to unix shell script | Hara | Shell Programming and Scripting | 2 | 01-29-2008 12:31 PM |
| FTP script for sending a file from one unix directory to another unix server director | raja_1234 | Shell Programming and Scripting | 1 | 11-30-2006 04:57 AM |
| how to convert unix .ksh script to windows .batch script | 2.5lt V8 | Shell Programming and Scripting | 1 | 11-28-2006 09:52 AM |
| check in unix shell script so that no one is able to run the script manually | adi_bang76 | Shell Programming and Scripting | 1 | 11-16-2006 07:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
unix script
hi... i found a file, but not sure what it does exactly...
contents of file: #!/usr/bin/csh setenv CLASSPATH /usr/apache/jakarta-tomcat-4.1.24/common/lib/servlet.jar:./temp/:../lib/classes12.jar:./:/usr/apache/jakarta-tomcat-4.1.24/common/lib/mail.jar javac -deprecation $1 does anyone knwo what this does? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
It compiles the java file passed in as a command line argument.
|
||||
| Google The UNIX and Linux Forums |