Guest User

Untitled

a guest
Dec 19th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. root@server:~# mailq
  2.  
  3. -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
  4. 0528561D88 878 Wed Feb 1 21:46:12 root@example.com
  5. root@example2.com
  6.  
  7. 0D14161E2B 657 Wed Feb x xx:47:01 root@example.com
  8. root@example2.com
  9.  
  10. 0798C61E0F 657 Wed Feb x xx:45:02 root@example.com
  11. root@example2.com
  12.  
  13. 14AF361E2F! 657 Wed Feb x xx:48:01 root@example.com
  14. root@example2.com
  15.  
  16. root@server:~# mailq |grep "[[:alnum:]]!"
  17. 3658861E66! 657 Wed Feb x xx:48:01 root@example.com
  18. root@server:~# mailq |grep "^[[:alnum:]]!"
  19. root@server:~#
  20.  
  21. 3!
  22. A!
  23. c!
  24.  
  25. 14AF361E2F!
  26.  
  27. $ mailq | grep -E '^[[:alnum:]]{10}!'
Add Comment
Please, Sign In to add comment