Guest User

Untitled

a guest
Jul 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function strip_filename
  2. {
  3. perl -lane 'print $1 if /filename:\[(\S+?)\]/' -
  4. }
  5.  
  6. function epoch
  7. {
  8. perl -lane '$d=gmtime($1) if /epoch:\[(\d+)\]/; s/epoch:\[\d+\]/epoch:\[$d\]/ and print' -
  9. }
  10.  
  11. function read_index
  12. {
  13. sudo -u abuse /abuse/AUP/bin/read_index.pl
  14. }
Add Comment
Please, Sign In to add comment