Advertisement
ajcorrea

rotate.sh

Jul 30th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. flow-cat /netflow/data/$1 | flow-export -f 2 | grep -v \# | /netflow/tools/flow-asn.pl | flow-import -V5 -f2 -z9 > /netflow/tmp/$1
  3. rm -rf /netflow/data/$1
  4. mv /netflow/tmp/$1 /netflow/data/$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement