Re: mkdir working in command line but not working in csh script

2014-03-21 Thread Zhihua Liang
, 2014 12:38 PM, Eliot Moss wrote: On 3/20/2014 5:44 PM, Larry Hall (Cygwin) wrote: > On 3/20/2014 11:20 AM, Zhihua Liang wrote: >> mkdir working in command line but not working in csh script, After >> runningĀ  csh script, the error message is: >> >> mkdir: cannot create

Re: mkdir working in command line but not working in csh script

2014-03-21 Thread Eliot Moss
On 3/20/2014 5:44 PM, Larry Hall (Cygwin) wrote: On 3/20/2014 11:20 AM, Zhihua Liang wrote: mkdir working in command line but not working in csh script, After running csh script, the error message is: mkdir: cannot create directory '/home/userID/job': No such file or directo

Re: mkdir working in command line but not working in csh script

2014-03-20 Thread Larry Hall (Cygwin)
On 3/20/2014 11:20 AM, Zhihua Liang wrote: Hi, All: mkdir working in command line but not working in csh script, After running csh script, the error message is: mkdir: cannot create directory '/home/userID/job': No such file or directory In the command line, mkdir command can c

mkdir working in command line but not working in csh script

2014-03-20 Thread Zhihua Liang
Hi, All: mkdir working in command line but not working in csh script, After running csh script, the error message is: mkdir: cannot create directory '/home/userID/job': No such file or directory In the command line, mkdir command can create 'job' directory. What is t