2 lines
93 B
Text
Executable file
2 lines
93 B
Text
Executable file
mkdir -p /paket_depo
|
|
find /root -iname "*.mps.lz" -type f | xargs -I '{}' mv {} /paket_depo/
|