parcalama-betik

This commit is contained in:
milisman 2017-12-02 12:41:29 +02:00
parent 02e32103fd
commit 51f748eaf4
2 changed files with 6 additions and 0 deletions

6
bin/parcala.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
sonek=`openssl rand -base64 10`
mkdir -p $1.parcalar
split --additional-suffix="$sonek" --byte=256k $1 $1.parcalar/$1.
#birlestirmek icin
#cat hedef.dosya.parcalar* > hedef.dosya

Binary file not shown.