(If I recall correctly) Docs will always give you the most recently
edited entries first. It may be possible to specify dates of documents
you want to list, but even if that's possible, the feature has not
been built into GoogleCL yet. Does anyone know if that can be done
with the Docs API?
>
> If you can tell me yes for sure, then I'll just finish it up with
> making a backup folder to move all the files to and make URL files of
> the same name using the unique URL. But wait, how do I only put the
> top URL in the file?
These two articles can probably point you in the right direction:
http://www.linuxquestions.org/questions/linux-software-2/bash-split-by-newline-617175/
http://stackoverflow.com/questions/918886/split-string-based-on-delimiter-in-bash
- Tom