#!/bin/bash date_now=`date +"%Y%m%d-%H%M%S"` DIR="/opt/statistiky/ip_mac/collected_data" #arp -n | awk '{ print $1 " " $3; }' | sort -t . -k 1 -k 2 -k 3 -k 4 -n | gzip >$DIR/ip_mac_${date_now}.gz arp -n | sort -t . -k 1 -k 2 -k 3 -k 4 -n | gzip >$DIR/ip_mac_${date_now}.gz WebSVN - crusader - Blame - Rev 1 - /trunk/statistiky/opt/statistiky/ip_mac/collect_ip_mac.sh
  jablonka.czprosek.czf

crusader

Subversion Repositories:
[/] [trunk/] [statistiky/] [opt/] [statistiky/] [ip_mac/] [collect_ip_mac.sh] - Blame information for rev 1

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1