0

In azcopy linux version how do we tell Yes to a prompt when part of a script. in the windows version of azcopy it was /Y. what is it the similar parameter for linux version?

kumar
  • 8,207
  • 20
  • 85
  • 176

1 Answers1

1

Try running azcopy --help and you should get a list of options. My guess is azcopy -y.

bowzerfood
  • 29
  • 4