Search Results

Search: Posts Made By: MrZehl
12,436
Posted By radoulov
OK, let's try to correct the code first, I'll...
OK, let's try to correct the code first, I'll explain the code after that.

Try this:

find . -type f -name '*.[Mm][Pp]3' -exec id3 -Rl {} + -o \
-name '*.[Ff][Ll][Aa][Cc]' -exec metaflac...
12,436
Posted By radoulov
Given how the requirements evolved, I decided to...
Given how the requirements evolved, I decided to go for portable solution.
Check this for mp3 files:


find . -type f -name '*.[Mm][Pp]3' -exec id3 -Rl {} + |
awk 'BEGIN {
mp3n =...
2,616
Posted By vbe
Well, you wont get much more help with your issue...
Well, you wont get much more help with your issue if you dont submit your script so we can undestand your issue, for so far and with the given information, ctsgnb suggestion is correct.

# ...
2,616
Posted By ctsgnb
gedit & echo "blabla ..."
gedit &
echo "blabla ..."
Showing results 1 to 4 of 4

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