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