Skip to main content
deleted 50 characters in body; edited tags
Source Link
Tetsujin no Oni
  • 7.4k
  • 2
  • 30
  • 46

I'm writing a bash script that, among several more things, calls gnuplot to fit a few data files. When it does so my terminal gets flooded with the gnuplot fit log.

I do not want that, I'd like that gnuplot just kept the fit log to the file 'fit.log', rather than printing it on screen. But I can't find a gnuplot command to prevent the fit log file from being printed on terminal.

How can I do not want to redirect all gnuplot text output to a file because I would like to know just by looking at the terminal wheterwhether it returned any errors.

What can I do?

Thanks, Ferdinando

I'm writing a bash script that, among several more things, calls gnuplot to fit a few data files. When it does so my terminal gets flooded with the gnuplot fit log.

I do not want that, I'd like that gnuplot just kept the fit log to the file 'fit.log', rather than printing it on screen. But I can't find a gnuplot command to prevent the fit log file from being printed on terminal.

I do not want to redirect all gnuplot text output to a file because I would like to know just by looking at the terminal wheter it returned any errors.

What can I do?

Thanks, Ferdinando

I'm writing a bash script that, among several more things, calls gnuplot to fit a few data files. When it does so my terminal gets flooded with the gnuplot fit log.

I do not want that, I'd like that gnuplot just kept the fit log to the file 'fit.log', rather than printing it on screen. But I can't find a gnuplot command to prevent the fit log file from being printed on terminal.

How can I redirect all gnuplot text output to a file because I would like to know just by looking at the terminal whether it returned any errors.

Source Link

How to tell gnuplot not to print fit log on screen?

I'm writing a bash script that, among several more things, calls gnuplot to fit a few data files. When it does so my terminal gets flooded with the gnuplot fit log.

I do not want that, I'd like that gnuplot just kept the fit log to the file 'fit.log', rather than printing it on screen. But I can't find a gnuplot command to prevent the fit log file from being printed on terminal.

I do not want to redirect all gnuplot text output to a file because I would like to know just by looking at the terminal wheter it returned any errors.

What can I do?

Thanks, Ferdinando