I have this output of the command who
:
$ who
user pts/0 2016-11-16 08:59 (10.10.10.11)
How can I grab the content of who
excluding the pts/0
value?
so it will display something like:
user 2016-11-16 08:59 (10.10.10.11)
I have this output of the command who
:
$ who
user pts/0 2016-11-16 08:59 (10.10.10.11)
How can I grab the content of who
excluding the pts/0
value?
so it will display something like:
user 2016-11-16 08:59 (10.10.10.11)