fabi.s

Generation

linuxFri, 25 Nov 2022

move all files from current directory into my music folder, exclude all files with the name michael jackson in it

mv * ~/Music/ -not -name '*michael*' -not -name '*jackson*'

Want to kickstart your project?Use the new AI Studio to create your code