I wrote script to generate file but I had problem to write to local disk.
ex:
when I run my script by loop and each loop my file changing.
loop 1 my file will change hello1
loop 2 my file will change hello2
loop 3 my file will change hello3
loop 4 my file will change hello4
I want my localfile will have
hello1
hello2
hello3
hello4
Thanks
ex:
when I run my script by loop and each loop my file changing.
loop 1 my file will change hello1
loop 2 my file will change hello2
loop 3 my file will change hello3
loop 4 my file will change hello4
I want my localfile will have
hello1
hello2
hello3
hello4
Thanks