Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tehon3299

    Convert this Windows command to UNIX

    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?
  2. tehon3299

    Convert this Windows command to UNIX

    Thanks man! Works like a charm if I put it in a file and run it. Can I run this from a prompt without having to put it in a file?
  3. tehon3299

    Convert this Windows command to UNIX

    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!
  4. tehon3299

    Script to move files up a directory

    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...

Part and Inventory Search

Back
Top