Sponsored Content
Full Discussion: Last two logins script
Top Forums Shell Programming and Scripting Last two logins script Post 302379213 by dennis.jacob on Thursday 10th of December 2009 12:20:16 AM
Old 12-10-2009
Try:

awk '{ A[$1]=_p"\n"$0;_p=$0; } END { for ( e in A) print A[e] }' file
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with logins

Could someone please tell me what I would have to do so I can dial in to Solaris through a modem and login? Thanks in advance. Jomar (2 Replies)
Discussion started by: crispyco
2 Replies

2. AIX

Limit logins to 1

Trying to limit 1 login per account... Setup: We have 2 auth logins, one to the AIX (telnet)then into a distribution mgmt software, the users do not have a shell to log into on the AIX itself, so placing a script such as: active=`who | awk '{printf",%s,\n",$1}' | grep ,$LOGNAME, | wc -l` ... (0 Replies)
Discussion started by: pheusion
0 Replies

3. Shell Programming and Scripting

Another question for tracking failed logins via script

Hello Experts, I have this initial shell script that tracks failed login attempts: #!/bin/bash #Fetch failed user logins to file failed-logins.txt grep -i failed /var/log/secure | awk '{ print $1, $2" ", $3" ", $9" ", $11 }' > failed-logins.txt #Splitting the failed-logins in... (10 Replies)
Discussion started by: linuxgeek
10 Replies

4. Shell Programming and Scripting

Help with shell script which logins to hosts

By a shell script When I am logging into hosts one by one with ssh. I am getting below message. Pseudo-terminal will not be allocated because stdin is not a terminal. stty: : Invalid argument stty: : Invalid argument Can you please suggest what should I do to stop this? ... (10 Replies)
Discussion started by: KuldeepSinghTCS
10 Replies

5. Shell Programming and Scripting

Run a script in two differnt logins

Hi, I need to run a script in two different login's in the same server, but it is running only in one login, i have used the corresponding PATH for each login, but still it says " not authorized to put msg in queue". (2 Replies)
Discussion started by: savithavijay
2 Replies

6. AIX

AIX ftp/sftp script monitor to failed logins

Hi All, Any idea on how to write a script on AIX 5.3 to monitor ftp or sftp login failed. Thanks and more power, Itik (2 Replies)
Discussion started by: itik
2 Replies

7. Solaris

User Logins

Is the below logins are needed in the machine..... nuucp , uucp ,smmsp , svctag , listen , webservd , ip ( We are not using printers), Can you help in these? Regards, kumar (3 Replies)
Discussion started by: rajeshkumarvg
3 Replies

8. Shell Programming and Scripting

Emergency...!!! Shell Scripting.... How to start a same script in 3 different logins?

Hi, I've a shell script. If I trigger the script it takes one day to complete the execution. I've to start the same script in 3 different logins of Unix machine simultaneously. Do you have any idea how can I make it? Please suggest.:( Thank you.. (1 Reply)
Discussion started by: testin
1 Replies

9. Shell Programming and Scripting

Shell Scripting.... How to start a same script in 3 different logins?

Hi, I’ve a shell script. If I trigger the script it takes one day to complete the execution. I’ve to start the same script in 3 different logins of Unix machine simultaneously. Do you have any idea how can I make it? Please suggest. Thank you.. Stop making the font size smaller than... (3 Replies)
Discussion started by: testin
3 Replies

10. Shell Programming and Scripting

Script that outputs user logins sorted by duration

Hello, I want to write a script that takes a username as input and outputs the user's logins sorted by duration. Also I want to exclude the "still logged in" entries. I use the "last" command but Im having problems sorting the entries based on the duration. Can you help me? Thanks a lot =) (4 Replies)
Discussion started by: ddante
4 Replies
BUBBLEFISHYMON(1)					      General Commands Manual						 BUBBLEFISHYMON(1)

NAME
bubblefishymon - system load meter with ducks and fish SYNOPSIS
bubblefishymon [options] [program] [program] DESCRIPTION
This manual page documents briefly the bubblefishymon command. This manual page was written for the Debian distribution because the origi- nal program does not have a manual page. bubblefishymon is a dockapp-style system monitor for CPU, memory, swap, load average and network traffic. Based on wmfishtime(1) and bub- blemon, this program has been considerably improved over the parent code. The higher the water level, the more memory is in use. The more profuse the bubbles, the higher the CPU usage. Fish represent network traffic direction and speed. When the mouse is moved into the window, the display will change to chow the load history, or, if the right Shift key is held, the current memory usage. If you press the right mouse button, the window will freeze in that state until you move the mouse out then back into the window. program1 and program2 are the programs to spawn when either the left or middle mouse buttons are pressed, respectively. OPTIONS
-d disable swimming duck. -u disable upside-down duck. -f disable fish. -c disable CPU meter. -m disable memory screen. -p use alternate colour scheme in memory info screen. -k display memory and swap statistics in megabytes. -n[iface] fish represents network traffic [on <iface>]. -t draw the clock too. -h display help. SEE ALSO
wmbubble(1) bubblemon-gnome1(1) AUTHOR
This manual page was taken and adapted from wmbubble by Gurkan Sengun <gurkan@linuks.mine.nu>, and modified for the Debian system by Jamie Wilkinson <jaq@debian.org>. The original manual page for wmbubble was written by John H. Robinson, IV <jaqque@debian.org> for the for the Debian GNU/Linux system (but may be used by others). September 6, 2002 BUBBLEFISHYMON(1)
All times are GMT -4. The time now is 02:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy