#!/bin/sh wlanX=`ifconfig wlan0 |grep 'RX bytes'` dateX=`date` echo $dateX $wlanX >>/media/mmc2/trans.txt