if they used recaptcha on registration form they wouldn't haev spam like the above reply to my thread.
having problems with renaming. It just isn't working.
I need to remove (h264) or (xvid) from all files but I don't hve the skill to do it.
I need to get rid of the (xvid) part frm the following file:
Code:
[KH]\ EL\ -\ 01\ (h264).mkv
So I tried rename [KH]\ EL\ -\ 01\ (h264).mkv el01.mkv and got
-bash: syntax error near unexpected token `('
so I tried
rename "[KH]\ EL\ -\ 01\ (h264).mkv" el01.mkv
and got no reply so assumed it worked.
typed dir again and it is still showing as
[KH]\ EL\ -\ 01\ (h264).mkv
tried rename -i "[KH]\ EL\ -\ 01\ (h264).mkv" el01.mkv
and got no response. did a dir again and it hasnt changed.
I chmod'd them to 777 but I dont think that counts. i just dont get why it cant rename them !
|