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 -->
#
3
(
permalink
)
03-07-2007
ahmedwaseem2000
Registered User
Join Date: Aug 2005
Location: Bangalore
Posts: 206
you can use cd command itself to change the directory before running the script something like this:
Code:
cd /folder/sub folder . ./script
ahmedwaseem2000
View Public Profile
Find all posts by ahmedwaseem2000