3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
|
mkdir -p /paket_depo
|
||
|
find /root -iname "*.mps.xz" -type f | xargs -I '{}' mv {} /paket_depo/
|