Search found 1 match
- January 14th, 2013, 2:50 pm
- Forum: Post-Processing Scripts
- Topic: [Linux] Bluray folder structure to ISO
- Replies: 1
- Views: 6624
Re: [Linux] Bluray folder structure to ISO
Thank you for this post -- it was really helpfull for me. There are -- as usual -- several ways to achieve the goal you want: The ancient way, should work on all *nixes since the 1960's: use tr var="a b" var=$(echo $var | tr [:lower:] [:upper:] | tr " " "_") The new way...