Comment on mv *.jpg is complete bullshit.

<- View Parent
mindbleach@sh.itjust.works ⁨7⁩ ⁨months⁩ ago

ls | grep | mv would work, except the StackOverflow discussion also highlights how parsing ls can have the same issues.

I am moving thousands of files at once. If I have to check each one, it’s still wrong.

The pragmatic answer turns out to be ./* instead of *.

source
Sort:hotnewtop