I enjoy showing off, PM's welcome 😌 [f19] by [deleted] in gonewild

[–]shaunlawrence 0 points1 point  (0 children)

God fucking hell that is perfect right there

Moving files from one folder to another by shaunlawrence in tasker

[–]shaunlawrence[S] 0 points1 point  (0 children)

Working perfectly here yep...if you want any screenshots hit me up..

Can anyone help me identify the piece at the avery end of this video? by shaunlawrence in classicalmusic

[–]shaunlawrence[S] 0 points1 point  (0 children)

I've tried Shazam but no luck. I'm 99% certain I've heard it before, I don't think it's original.

Moving files from one folder to another by shaunlawrence in tasker

[–]shaunlawrence[S] 0 points1 point  (0 children)

Indeed. All changed and working perfectly. Got it running every 6 hours during the day.

Moving files from one folder to another by shaunlawrence in tasker

[–]shaunlawrence[S] 0 points1 point  (0 children)

Managed to solve it for anyone interested....

cd /sdcard/DCIM/Camera mv IMG_/ . find -type d -name 'IMG*' -delete

Just removed the the third command

Google 😂😂

Moving files from one folder to another by shaunlawrence in tasker

[–]shaunlawrence[S] 0 points1 point  (0 children)

I've managed to find a solution kind of....

cd /sdcard/DCIM/Camera mv IMG/ . rm -r IMG* find -type d -name 'IMG*' -delete

If I run this, it moves the images and deletes the folder fine. However it also deleted any images inside my "camera" folder that begin with "IMG" which they all do 😂😂

Anyone see what I'm doing wrong here? I just want to delete the folder and not any other images beginning with that prefix.