mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
Fixed the linux command.
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
|
||||||
|
Loading…
Reference in New Issue
Block a user