You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The download script completely fubars the destination directory on machines using GNU grep, especially for accounts with lots of files to download. The script creates a lot of files whose filenames are long JSON strings.
Hey guys!
The download script completely fubars the destination directory on machines using GNU grep, especially for accounts with lots of files to download. The script creates a lot of files whose filenames are long JSON strings.
The reason is the FILE_URI_REGEX which is passed into grep does not work with GNU grep; for GNU grep, the ungreedy qualifier
?requiresgrep -Prather thangrep -Eto function. See this stack overflow question for some discussion.