The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
copy files from one dir to another
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
:
copy files from one dir to another
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
02-21-2007
Dhruva
Registered User
Join Date: Mar 2006
Location: India
Posts: 255
What message you are getting i tried with same script and problem is
Code:
if [ ! -d ${tgt_path}];
here you need to maintain space between }<space>];
Code:
if [ ! -d ${tgt_path} ];
Dhruva
View Public Profile
Find all posts by Dhruva