Search Results

Search: Posts Made By: AncientCoder
4,817
Posted By AncientCoder
I'm using awk here as an example; the program I...
I'm using awk here as an example; the program I actually need to use is wodim writing to data a DVD and it takes about 15 minutes; all the time it is interactively outputting status messages that I...
4,817
Posted By AncientCoder
I've tried using tee already - adding 'tee...
I've tried using tee already -

adding 'tee -u -a exec.log' simply sends the output only to exec.log
adding 'tee -u -a exec.log 1>&3' doesn't add anything to exec.log

I need to get the output...
4,817
Posted By AncientCoder
Redirecting command output as well as commands
I have a Bourne Shell script that is normally run as a background job and redirects it's output to a file internally (using exec >>); I use "set -x" to capture each command which provides me with a...
Showing results 1 to 3 of 3

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