Microsoft
Software
Hardware
Network
Question : Scripting help using LAST command
I'm trying to write a script that will output the login information for the last week (7 days). It doesn't look like there are too many options for this using the built-in switches with LAST. Was thinking I would probably have to GREP the output I receive but how would you specify to go back 7 days. I think it would especially get confusing when you are at the begining of the month and your 7 day query would flow into the previous month. Any help would be appreciated.
Thanks
Answer : Scripting help using LAST command
It's a filter:
last | script.pl
where script.pl is the name of the above script.
Random Solutions
File formatting with AWK unix command??
My SQL queries take ages to cancel.
iPhone, how do I correctly pass data model object data between various view controllers without breaking MVC?
How set Access 2003 to be sure that a user name can login just one time
Formatting field in datagrid template
High CPU utilization due to IP SNMP
import excel data based on other cells data
Check if string only contains ascii chars, numbers, and underscores?
Roaming Profile
Creating Views in Outlook using VBA