The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
running cd from a script
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
running cd from a script
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
03-07-2007
vgersh99
Moderator
Join Date: Feb 2005
Location: Boston, MA
Posts: 3,165
depends on HOW you execute your 'runner' script.
try prefixing 'runner' with '. ' (dot space):
Code:
. runner
vgersh99
View Public Profile
Find all posts by vgersh99