Skip to main content
added 1 character in body
Source Link
muru
  • 78.3k
  • 16
  • 214
  • 320

You can try with this

Reset the display use ctrlctrl-jj

If cat is still running then open a new terminal and run this pkill -9 -f catpkill -9 -f cat " This will kill all cat processes. "

Hope this helps

You can try with this

Reset the display use ctrl-j

If cat is still running then open a new terminal and run this pkill -9 -f cat " This will kill all cat processes. "

Hope this helps

You can try with this

Reset the display use ctrl-j

If cat is still running then open a new terminal and run this pkill -9 -f cat " This will kill all cat processes. "

Source Link
BDRSuite
  • 341
  • 1
  • 6

You can try with this

Reset the display use ctrl-j

If cat is still running then open a new terminal and run this pkill -9 -f cat " This will kill all cat processes. "

Hope this helps