#!/bin/sh touch Size if [ -z "$1" ]; then tardev=/dev/rfd0 else tardev=$1 fi /bin/ls -t | cpio -ocB > $tardev