
This little script will sort the files you've downloaded from Fur Affinity automatically by artist.
Instructions:
Download this file to your fa download directory, rename it to 'sort' and make it executable. Then simply run it in a terminal. It will create a folder for each artist and move the files into them. All files will also be linked into a folder called ':' for simple search by submission date.
If you have downloaded more files, just run it again.
Please note: If you forget to rename this file, it will also be moved into my directory!
Update: I figured out, that some UNIX systems (eg. Solaris) don't know the expr index command and fail with expr: syntax error. I replaced expr with awk in this line, which should fix that.
Instructions:
Download this file to your fa download directory, rename it to 'sort' and make it executable. Then simply run it in a terminal. It will create a folder for each artist and move the files into them. All files will also be linked into a folder called ':' for simple search by submission date.
If you have downloaded more files, just run it again.
Please note: If you forget to rename this file, it will also be moved into my directory!
Update: I figured out, that some UNIX systems (eg. Solaris) don't know the expr index command and fail with expr: syntax error. I replaced expr with awk in this line, which should fix that.
Category Story / Miscellaneous
Species Unspecified / Any
Size 120 x 120px
File Size 348 B
You must run it through bash. (I don't know if sh and ksh will work too) If you want to use it on Windows, get mobaxterm. And don't forget to exchange the : in line 3, 4, 17 and 18 with an other character, Windows allows in path names and is not used in any names, eg. ~
Comments