Search Results

Search: Posts Made By: mrplow
2,247
Posted By mrplow
nevermind I got it working with some tweaking
nevermind I got it working with some tweaking
2,247
Posted By mrplow
using ls -d */|while read dir;do ls -l "$dir" |...
using
ls -d */|while read dir;do ls -l "$dir" | grep -q ".[nuv|mpg]$" || rm -rf $dir;done

almost works but directories with spaces aren't getting escaped properly
2,247
Posted By mrplow
I think you have the > or something else is wrong...
I think you have the > or something else is wrong because it just hangs there when run after changing the < into a > and says ./test.sh: line 15: file_with_list_of_subdir: No such file or directory...
2,247
Posted By mrplow
delete folders with no mpgs or nuv files
I need some help writing a simple script that will delete all subfolders that contain no mpg or nuv files, if they have anything else or are empty the folder should be deleted
I got this far but I'm...
3,979
Posted By mrplow
mp3 tag/rename based on creation (last modified date)
Arg, I'm trying to figure out how to create a album tag based on the last modified date stamp for files which don't have a corresponding .talk file.
IE. 2009 12 10 - Talk Radio.mp3 is how I want...
3,915
Posted By mrplow
cool thats perfect then, thanks
cool thats perfect then, thanks
3,915
Posted By mrplow
Geez, I spent my last two lunch hours trying to...
Geez, I spent my last two lunch hours trying to figure it out. Thanks Scrutinizer. Only problem is the tree spaces after the day, I'd like to squeeze it into the smallest space I can.
Today -...
3,915
Posted By mrplow
change date format - 2009-10-30 -> today
Hello, new to this forum, I'm running Ubuntu 9.10 i386. I've search and found some relevant info on how to do this but I haven't been able to figure it all out. I'm trying to output my mythtv pvr's...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 04:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy