Nagarajan added the comment:
I would request us to think about a couple more options while this is under
consideration...
Do we want to also add the flags -X and -F to the less options?
The -X flag gets less to show its output inline, instead of a separate screen.
The advantage here is
New submission from Sivasundar Nagarajan :
Good day. Hope you are safe and wish the same with the present situation.
Need you help please in understanding the below function of Python.
Steps -
1. tried assigning the below values in the list and named it as a
2.if I print, it prints in the
New submission from Saravanan Nagarajan:
r = pyping.ping(hostip)
File "build/bdist.linux-x86_64/egg/pyping/core.py", line 426, in ping
return p.run(count)
File "build/bdist.linux-x86_64/egg/pyping/core.py", line 288, in run
self.print_exit()
File "bui