tar: argument list to long
I found that i have over 25.000 files (images) to pack into one (tar) archive. But when i try to add this with : tar cvf my-big-file.tar *.jpg
this fails. The arguments list for the tar command was to long. The *.jpg was the problem and the interpolation under the bash [...]