Search Results

Search: Posts Made By: MrZehl
12,383
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,383
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,605
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,605
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 05:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy