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

    Need to delete chars from a txt file

    Thanks for the help guys. The redirect worked perfect.
  2. banatello

    Need to delete chars from a txt file

    I have a file with the name of movies with the .vob extension. I would like to get rid of the .vob off the name. I tried using sed '/.vob/d' vob.lst, but nothing happened. Can somebody tell me what I'm doing wrong ?
  3. banatello

    Script Help Needed.....

    Thank you so much, it worked perfect. Can you recommend a good book or web site to teach scriptting better ?
  4. banatello

    Script Help Needed.....

    I have been working on this short script to convert movies from vob files to xvid. I would like it to read the file VOB.lst for the list of movies to convert, then just do it. I keep getting error's and I'm not sure how to correct it. Any help would be great. Script... --------- #!/bin/bash...

Part and Inventory Search

Back
Top