Search Results

Search: Posts Made By: iconoclast hero
2,743
Posted By iconoclast hero
Ok... so here is what I have for the ripping: ...
Ok... so here is what I have for the ripping:
#!/bin/bash

END=$(cdparanoia -Q 2>&1| awk ' $1+0 > 0 { # when the first field converted to a number is greater than 0
n = $1+0; # save...
2,743
Posted By iconoclast hero
So the $1+0 actually adds the initial number on...
So the $1+0 actually adds the initial number on the line? If it was 139ab5, $1+0 would be 139? It just goes through and changes n each time it encounters a number, stops at each . and then when it...
2,743
Posted By iconoclast hero
Ok, I think I understand what you're doing with...
Ok, I think I understand what you're doing with awk, it is just so impenetrable at this point that it doesn't make much sense. I am best at learning by doing so an awk guide makes less sense to me...
2,743
Posted By iconoclast hero
Thanks... Perhaps I should have mentioned...
Thanks...

Perhaps I should have mentioned I'm using Ubuntu 10.10 in case that is relevant, and I would prefer to use /bin/bash since that is what most of the examples are in.

Anyway, I take...
2,743
Posted By iconoclast hero
script to disc-at-once extract audio books with cdparanoia
Presently I am doing this in two steps. In the following example, I want to extract an 18 track disc with a filename of /rip/fandf11.wav
cdparanoia -Q
cdparanoia 1-18 "/rip/fandf11.wav" && eject...
Showing results 1 to 5 of 5

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