[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] running shell scripts
|
Put "./" in front of the script name. Example, "./srcprep". That tells
the shell to execute the command in the current directory. Or give it
the absolute path. Sometime "sh srcprep" works.
Vinord Anand wrote:
I'm trying to run a shell script but it says
[root@localhost sm56]# srcprep
bash: srcprep: command not found
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|