hello,
i use last command to get logins.
i want to filter it. there are user-id`s and technical users. user-id`s starts with d, b or tt and then there are 4 or 5 digits. technical user do not have that syntax.
for example
user-id:
b99999
b11111
tt8888
technical user:
aixuser
staff
i just want to get the lines with technical user.
can i get them with a command like
last | awk ....
thanks.
i use last command to get logins.
i want to filter it. there are user-id`s and technical users. user-id`s starts with d, b or tt and then there are 4 or 5 digits. technical user do not have that syntax.
for example
user-id:
b99999
b11111
tt8888
technical user:
aixuser
staff
i just want to get the lines with technical user.
can i get them with a command like
last | awk ....
thanks.