[12:53] salam. [12:53] kesi ni? [23:46] Hi! I want to copy all files named "Folder.jpg" to "Cover.jpg" each in their respective directories, but the following "find" command only copies them to "." or current working directory. Please guide me: [23:46] find /home/kambiz/mnt/HDD3/HDD3_Music/000-Pop/Michael_Jackson/Jimi_Hendrix -type f -iname 'folder.jpg' -print -exec cp {} [23:47] این دستور به جای اینکه هر فایلی رو در دایرکتوری خودش کپی کنه، اونا رو در دایرکتوری جاری کپی میکنه [23:47] چیکار کنم؟ [23:48] find /home/kambiz/Music/Jimi_Hendrix/ -type f -iname 'folder.jpg' -print -exec cp {} cover.jpg \; [23:48] کار نمیکنه ^ [23:48] مشکل کجاس؟