#!/bin/bash
cp filea temp-file
cp fileb filea
cp temp-file fileb
rm -f temp-file