Hi :),
I am new to Unix and Shell Script
I have a urgent requirement, where i am new to shell script and Unix
my requirement is I have a files in a folder like
My SFTP server has
each file to move to there respective folder using SFTP
India file must go to India folder under /sales/location
Japan file must go to Japan folder under /sales/location
China file must go to China folder under /sales/location
can any one help me with the shell script it will be much helpfull
thanks in advance
I am new to Unix and Shell Script
I have a urgent requirement, where i am new to shell script and Unix
my requirement is I have a files in a folder like
Code:
sales-prod-India-details.txt
sales-prod-japan-details.txt
sales-prod-china-details.txt
Code:
/Sales/location/India
/Sales/location/Japan
/Sales/location/China
India file must go to India folder under /sales/location
Japan file must go to Japan folder under /sales/location
China file must go to China folder under /sales/location
can any one help me with the shell script it will be much helpfull
thanks in advance
Moderator's Comments: | ||
|