![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executable files | nervous | UNIX for Dummies Questions & Answers | 9 | 10-30-2007 04:44 AM |
| Finding executable files in all directories | CSGUY | UNIX for Dummies Questions & Answers | 4 | 04-19-2005 07:34 PM |
| Converting Unix executable files | Steven Greenber | OS X (Apple) | 4 | 02-04-2005 12:58 PM |
| Cannot translate Unix executable files | Steven Greenber | OS X (Apple) | 1 | 02-11-2004 03:14 PM |
| Making files readonly with vi? | Flyguy | UNIX for Dummies Questions & Answers | 2 | 11-15-2003 06:52 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
pls hlp: making .sh files executable
I've got a file named jdictd.sh containing the following:
--- begin file contents --- #! /bin/csh echo I\'m running! java -cp jdictd.jar org.dict.server.JDictd data/dict.ini # Use the following line instead if JRE 1.1 is used # jre -cp jdictd.jar org.dict.server.JDictd data/dict.ini ---end file contents --- The attributes are set as follows: -rwxrwxrwx 1 ropers staff 198 Jul 28 22:02 jdictd.sh I am trying to just execute the file by typing: jdictd.sh at the tcsh prompt and it doesn't work. If I type: tcsh jdictd.sh it does work however. Any ideas? - tried this w/ both tcsh and bash - running FreeBSD/Mach/Darwin/MacOSX on G3 PPC |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|