0

I have to kill the tail -f process after using it to tail log files. Is there a way to end the process within the tail -f display of the logfile?

Don
  • 293

1 Answers1

0

It seems you are looking for the keystroke combination Ctrl+c to stop the foreground process. See also here.

Jeroen
  • 181