rhnaeco
Technical User
- Aug 11, 2005
- 45
hi, i have a very long BASH shell script which runs through quite quickly.
I want to see the results of part of the script as it is running- i have been doing this through nedit so far, but as i increase the number of input files i have so many nedits open i can't see the results anyway!!
i then tried 'more' but again it ran through so quickly ....
Is there a way of opening another terminal window in the bash script for any 'more' ? statements to be printed to that, whilst all the other echo's and working statements continue to print to the original?
or ANY way of viewing only these lines as they are created (short of removing the other comments)
thanks in advance
rhnaeco
I want to see the results of part of the script as it is running- i have been doing this through nedit so far, but as i increase the number of input files i have so many nedits open i can't see the results anyway!!
i then tried 'more' but again it ran through so quickly ....
Is there a way of opening another terminal window in the bash script for any 'more' ? statements to be printed to that, whilst all the other echo's and working statements continue to print to the original?
or ANY way of viewing only these lines as they are created (short of removing the other comments)
thanks in advance
rhnaeco