If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Adabas > shell built-in command

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-13-03, 17:38
mjorg mjorg is offline
Registered User
 
Join Date: Apr 2003
Posts: 8
shell built-in command

How do you run a "shell built-in command" inside a Unix shell script?

I'm trying to source a startup file but when I execute the file an error occurs

#!/bin/sh
echo "start"
source .cshrc
echo "finish"

colt 27% temp
start
temp[3]: source: not found
finish
colt 28%

Thanks

Marty
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On