shashankpritam

About

Username
shashankpritam
Joined
Roles
Member

Comments

  • I can suggest a command line solution. Go to /Zotero/storage and, try this command (on Mac) or equivalent command: > find . -name '*.pdf' -exec du -k {} + | sort -nr | awk '{ $1=""; print substr($0,2) }' Print list with file size: > fin…