#!/bin/sh
grep Total swapscript.log > swap.grep ; \
sort -n -u -k 3 swap.grep > swap.sort ; \ 
tail swap.sort
