gmedinakim
About
- Username
- gmedinakim
- Joined
- Roles
- Member
Comments
-
This probably isn't an equivalent command, but here's a something similar in powershell. It needs to be run from the Zotero storage folder. ls -r *.pdf | Sort-Object -Property Length | Select -l 5 Lists all the pdfs, sorts them by file size, and …