#!/bin/sh cat ~/.surf/history.txt > ~/.surf/history_temp.txt cat ~/.surf/history_temp.txt | sort | uniq >~/.surf/history.txt rm -f ~/.surf/history_temp.txt