2 lines
71 B
Plaintext
2 lines
71 B
Plaintext
|
find $1 -type d -print0 | xargs -0 tar cf dizinyapi.tar --no-recursion
|