I have a very large folder of 120,000+ files. and I need to move them to another location on my same machine (same partition).
I'd like to use the tar command to group them up as a single unit and then mv them to the end location.
What command do I need to run to tar them all together and not compress anything (I need the fastest result).