I have a command (cdrecord on Linux) that I need to get the output from. I can run the command using the backticks, but the command completes before the output gets back to me. I am needing to get the percentage of the CD cut before it completes. Does anyone know how I could do this?