andrewning / sortphotos

SortPhotos is a Python script that organizes photos and videos into folders using date/time information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINUX: stat command has different parameters

braaam opened this issue · comments

Got the following error: OSError: stat: invalid option -- '%'

Stat command on linux works with following syntax:

stat -c %B

Other than that it's a great little script - just what i needed.

Thanks. Hadn't tested on Linux. Hopefully it works otherwise.