how to write a function in browser console code example
Example 1: how to write something in the pyton console
#to write something in the console just type print()
#like this:
print("Hello World!")
Example 2: show output after a keyword in shell script in a file
sed -n -e '/TERMINATE/,$p'