Search Results

Search: Posts Made By: Panman82
6,405
Posted By Panman82
That is a nice command for totals, but it also...
That is a nice command for totals, but it also includes terminal time. I'm just looking for console time. Although, if ac was what I needed, this would be a good awk:
ac -p | awk '
BEGIN {
...
6,405
Posted By Panman82
Thanks for the script. Looking more into awk, I...
Thanks for the script. Looking more into awk, I think you are right that it should be able to do everything. I'll do some more digging there. And I realized that the input I posted is actually wrong,...
9,548
Posted By Panman82
Redirect String to STDIN
Looking for the proper way to bring a string into the stdin. I have a string that I would like to grep and awk. Each have to be run separately, not piped together. So far, the only way I could figure...
6,405
Posted By Panman82
Sorry, didn't realize that's what you were asking...
Sorry, didn't realize that's what you were asking for. Google also was confused when I searched for "bash last". :) Here is what the output is on our Macs.

computer-name:~ panman82$ last
panman82...
6,405
Posted By Panman82
Ok, I whipped up what a PHP script would look...
Ok, I whipped up what a PHP script would look like. I know there are several ways to do this in PHP but this lists it step-by-step. Also, this would strictly be ran on Mac computers.

// See...
6,405
Posted By Panman82
User Logged In The Most - Bash
Hi, first time poster, newbie to Bash. I'm looking to get the username of the user who's been logged into a computer the most / longest.

I am new to Bash but am familiar with other scripting...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy