I want to do this because I have to do this to multiple directories. Could I make this script grab the current directory somehow? So I can 'cd' to the directory I want and then run the command?
Hey all,
I'm trying to convert this Windows command to work on my Linux box. Anyone help?
command:
for %i in (*.avi) do ffmpeg -i %i -f mjpeg -t 0.001 -ss 5 -y %~ni.tbn
Thanks!
Hey all,
I am looking for a quick script (shell, perl, anything) that will take all files in any subfolder and move it up 1 directory. Example...The layout of /home/blah/ is:
test1/
test2/
test3/
test4/
and there is a file in each of those directories, ie...
test1/test1.txt
test2/test2.txt...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.