hello everyone
i am trying to put different commands into a batch file (.txt). but first i want to retrieve a csv with data and then apply different commands to it.
i am using this command:
(in the google cloud shell the command works perfectly)
*****
gam print group-members group <
gr...@domain.com> recursive noduplicates >file.csv
*****
the error is that the command doesn't exist with a reference to >>>>file.csv<<
how can i save a csv in the google cloud shell via a command in batch.txt file.
hopefully someone can help.
thanks in advance!