cancel
Showing results for 
Search instead for 
Did you mean: 

File renaming in Sender file adapter usins OS command

Former Member
0 Kudos

Hi Guys ,

Can anyone explain on how to use the rename command in Sender file adapter using OS command parameter.

Thanks,

KC.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey

run the following OS command

mv <originalFileName> <newFileName>

This command will copy the <originalFileName> to a new file called <newFileName> and will delete the <originalFileName>

There is no rename command in Unix,mv is used to rename the files

Thanx

Aamir

Satyagadadas
Active Participant
0 Kudos

try this

mv sFile tFile