Sponsored Content
Full Discussion: sorting data from who by IP
Top Forums UNIX for Dummies Questions & Answers sorting data from who by IP Post 302205835 by shamrock on Monday 16th of June 2008 11:50:31 AM
Old 06-16-2008
Instead of manually looking for duplicate IDs you can pipe the output to sort for getting unique records...

Code:
who | sort -uk6.2,6

 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sorting blocks of data

Hello all, Below is what I am trying to accomplish: I have a file that looks like this /* ----------------- xxxx.y_abcd_00000050 ----------------- */ jdghjghkla sadgsdags asdgsdgasd asdgsagasdg /* ----------------- xxxx.y_abcd_00000055 ----------------- */ sdgsdg sdgxcvzxcbv... (8 Replies)
Discussion started by: alfredo123
8 Replies

2. Shell Programming and Scripting

PERL data - sorting

Hello, I have a page where multiple fields and their values are displayed. But I am able to sort only a few fields. When I looked into the issue, it is seen that the for each row of info , an unique id is generated and id.txt is generated and saved. Only those fields which are inside that id.txt... (3 Replies)
Discussion started by: eagercyber
3 Replies

3. UNIX for Dummies Questions & Answers

Sorting data from a to z

Hi, Let's say I have these 3 columns; NGC1234 6 9 SL899 4 1 NGC1075 8 3 SL709 5 2 And I want to sort the data according to the first column (from a to z) like having them as: NGC1075 8 3 NGC1234 6 9 SL709 5 2 SL899 4 1 Can that be done... (2 Replies)
Discussion started by: cosmologist
2 Replies

4. UNIX for Dummies Questions & Answers

Help with Data Sorting Command

Hi, I have a problem on data sorting, example my file as below: 123 123/789 aaa bbb ccc ddd (adf) 112 112/123 aaa bbb ccc (ade) 102 1a3/7g9 (adf)03 110 12b/129 aaa bbb ccc ddd fff(a8f)03 117 42f/8c9 aaa bbb ccc ddd (adf) 142 120/tyu fff... (7 Replies)
Discussion started by: 793589
7 Replies

5. UNIX for Dummies Questions & Answers

Sorting data

Hello guys. I need help figuring this one out. It's probably really easy. Thanks in advance! I have a file say for example containing this: Rice Food Carrots Food Beans Food Plates Kitchen Fork Kitchen Knives Kitchen I need: Food Rice, Carrots, Beans Kitchen Plates, Fork,... (7 Replies)
Discussion started by: visuelz
7 Replies

6. UNIX for Dummies Questions & Answers

Help with Data Sorting

Hi All, I have a long list made of 4 columns containing entries such as the following example: a b c d 0 0 0 0 1 2 1 2 2 5 3 4 3 8 4 6 4 10 9 8 5 15 8 10So the top row is the header and I need to arrange the data in a way as to... (11 Replies)
Discussion started by: pawannoel
11 Replies

7. Shell Programming and Scripting

Sorting the Data

My actual data looks like below i have given only format. i can't give exact data format of my requirement due to some reasons. I this set of data lines about 5000 I need to come up with information in below exact format of my data set : Line<space>Number1<space>"somedata":... (1 Reply)
Discussion started by: ckaramsetty
1 Replies

8. Shell Programming and Scripting

Sorting the data with date

Hi, PFB the data: C_Random_130417 Java_Random_130518 Perl_Random_120519 Perl_Random_120528 so the values are ending with year,i.e.,130417 i want to sort the values with date. i want the output like this: Perl_Random_120519 Perl_Random_120528 C_Random_130417 Java_Random_130518 can... (5 Replies)
Discussion started by: arindam guha
5 Replies

9. Shell Programming and Scripting

How AS 400 sorting data?

Hi Gurus, I have a requests to sort data based on AS 400 sorting order. below is example: the data is sorted by ascending order. could anybody explain how AS 400 sort data? IMM00007 07918607 1242 423 (3 Replies)
Discussion started by: green_k
3 Replies
DOVEADM-KICK(1) 						      Dovecot							   DOVEADM-KICK(1)

NAME
doveadm-kick - Disconnect users by user name and/or IP address SYNOPSIS
doveadm [-Dv] kick [ -a anvil_socket_path] [-f] user doveadm [-Dv] kick [ -a anvil_socket_path] [-f] ip[/mask] doveadm [-Dv] kick [ -a anvil_socket_path] [-f] user ip[/mask] DESCRIPTION
doveadm's kick command is used to disconnect users by user name and/or the ip address, from which they are connected. In the first form, all users, whose login name matches the user argument, will be disconnected. In the second form, all users, connected from the given IP address or network range, will be disconnected. In the last form, only users connected from the given IP address or networks range and a matching login name will be disconnected. OPTIONS
Global doveadm(1) options: -D Enables verbosity and debug messages. -v Enables verbosity, including progress counter. Command specific options: -a anvil_socket_path This option is used to specify an absolute path to an alternative UNIX domain socket. By default doveadm(1) will use the socket /var/run/dovecot/anvil. The socket may be located in another directory, when the default base_dir setting was overridden in /etc/dovecot/dovecot.conf. -f Enforce the disconnect, even when there are multiple users, from different networks, connected to a single process. This option may be only required when you have configured something like: service imap { ... client_limit = 1+n service_count = 0 ... } ARGUMENTS
ip[/mask] ip or ip/mask is the host or network, from which the users are connected. user Is a user's login name. Depending on the configuration, a login name may be for example jane or john@example.com. It's also possi- ble to use '*' and '?' wildcards (e.g. -u *@example.org). EXAMPLE
If you don't want to disconnect all users at once, you can check who's currently logged in. The first example demonstrates how to discon- nect all users whose login name is 3 characters long and begins with ba. doveadm who -1 ja* username proto pid ip jane imap 8192 ::1 james imap 8203 2001:db8:543:2::1 doveadm kick ba? kicked connections from the following users: bar baz The next example shows how to kick user foo's connections from 192.0.2.*. doveadm who -1 foo username proto pid ip foo imap 8135 fd95:4eed:38ba::25 foo imap 9112 192.0.2.53 foo imap 8216 192.0.2.111 doveadm kick foo 192.0.2.0/24 kicked connections from the following users: foo doveadm who f* username # proto (pids) (ips) foo 1 imap (8135) (fd95:4eed:38ba::25) REPORTING BUGS
Report bugs, including doveconf -n output, to the Dovecot Mailing List <dovecot@dovecot.org>. Information about reporting bugs is avail- able at: http://dovecot.org/bugreport.html SEE ALSO
doveadm(1), doveadm-who(1) Dovecot v2.1 2010-06-12 DOVEADM-KICK(1)
All times are GMT -4. The time now is 08:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy