1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-20 18:02:44 +01:00

Fixed the linux command.

1DontEx1st 2019-05-17 09:51:07 -04:00
parent d6ce81d67b
commit bca3c87faf

@ -33,7 +33,7 @@ I used a program called [Files 2 Folder](http://www.dcmembers.com/skwire/downloa
```sh ```sh
cd /path/to/your/movies/files/ cd /path/to/your/movies/files/
find . -name "*.mkv" -exec sh -c 'mkdir "${1%.*}" ; mv "" "${1%.*}" ' _ {} \; find . -name "*.mkv" -exec sh -c 'mkdir "${1%.*}" ; mv "${1%}" "${1%.*}" ' _ {} \;
``` ```
# Windows & Linux # Windows & Linux