View Single Post

  #4 (permalink)  
Old 12-13-2006, 07:51 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,103
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

This is => http://expect.nist.gov/scripts/manymaint shell script and not expect script. Following output Line clearly indicates that this is a shell script:
Code:
#!/bin/sh
How do you run shell script?
Code:
chmod +x manymaint
./manymaint
To identify script use file command
Code:
file manymaint
What os and are you using? What you are trying to do? Router script??? Give me details so I can may point out more info
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote