You should search for the best way to organize the Download folder, after a long time of use.
So, you have like me a lot of saved memes in the Download folder and you want to move all of them to memes folder, you should run this command:
find -iname *.jpg - exec mv {} ../memes \;
That’s it. If you want to delete them, juste replace mv with rm.
Don’t use -rf flags for security.
Related
I’m a senior Web developer. I have a strong knowledge in PHP 7/8. I have a long strong knowledge working with web frameworks specially CakePHP, Symfony, Laravel, CMS like Drupal and WordPress. I also master JavaScript/TypeScript, React and Angular, and other frameworks like Astro and Svelt. I also have strong knowledge in Node JS and Python specially for making AWS Lambdas.