...
find from a directory, search for files ending in 'log', redirect errors to null device, execute list to an outfile
Google Drive on find command
find /Volumes/'Google Drive'/'My Drive'/_writing -iregex '.*gdoc.*' 2>/dev/null -exec ls -l {} \;
Windows Gitbash shell
Windows 10 offers download of Gitbash
...