Search Results

Search: Posts Made By: mysoogal
8,271
Posted By mysoogal
thanks somebody in freenode #sed help me so ...
thanks somebody in freenode #sed help me

so i figured it out like this




#!/bin/bash


DIR=/var/www/tmp

find $DIR -type f |
while read i
do
rename "s/%20/_/!/g;s/ /_/g" *...
12,113
Posted By mysoogal
thanks guy for your help, i think i will try to...
thanks guy for your help, i think i will try to figure this by my self , thanks very much
12,113
Posted By mysoogal
yes but replace white space i just want to...
yes but replace white space

i just want to replace this %20 with _ :)
12,113
Posted By mysoogal
thank you, they keep telling but how to use ? lol...
thank you, they keep telling but how to use ? lol where do i input file

i try this in terminal Dream%20Job.mpg sed 's/[][ \t]/_/g'

this is output :(

linuxmint tmp # ls
Dream%20Job.mpg...
8,271
Posted By mysoogal
thank you, it looks much simpler :D i learn lots...
thank you, it looks much simpler :D i learn lots today
8,271
Posted By mysoogal
I'm getting confused again, i read about...
I'm getting confused again,

i read about sed, and ruby, they not have simple command to replace white space with _ in file%20name.avi ? so it looks like this file_name.avi ?
12,113
Posted By mysoogal
hmm this is confusing me, i want to replace...
hmm this is confusing me,

i want to replace white space and [ ] with this _

:)
12,113
Posted By mysoogal
bash to encode, #!/bin/bash # MINT 9 - FFMPEG -...
bash to encode, #!/bin/bash
# MINT 9 - FFMPEG - QT-FASTSTART - X264 - MP4


DIR=/var/www/tmp

for i in `find $DIR -type f`; do
ffmpeg -i $i -acodec libfaac -ab 128k -ac 2 -vcodec...
8,271
Posted By mysoogal
i try but it still can not understand, the file...
i try but it still can not understand, the file is Dream%20Job.mpg

the %20 is white space, how would i remove that with sed or ruby

forgive me, im new with this :)

this is what get
...
12,113
Posted By mysoogal
thank goodness i find this page ! please...
thank goodness i find this page !

please how to remove the white space and replace with _ example file name backup.avi

and file name [2012] backup.avi

these white spaces and [] are...
8,271
Posted By mysoogal
How to strip the spaces in file names?
please somebody tell me what is wrong with this, while the thumbnail grabbing works and encoding works, but what is not working is, mv $i.jpg /var/www/thumbs/ and mv $i.mp4 /var/www/uploads/

...
Showing results 1 to 11 of 11

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