Lets see the steps involved in creating a empty file in the target folder using the unix script.
1) Create a Command Task in the Workflow
2) Provide the Command name and Script file name in the Space provided. This will call the script during run time .
3) Now Write the following Unix script in the Script file .
. ospenv
Touch Filepath/filename
4) The above command will create a 0kb empty file in the target folder specified by us.
1) Create a Command Task in the Workflow
2) Provide the Command name and Script file name in the Space provided. This will call the script during run time .
3) Now Write the following Unix script in the Script file .
. ospenv
Touch Filepath/filename
4) The above command will create a 0kb empty file in the target folder specified by us.
This comment has been removed by a blog administrator.
ReplyDelete