#!/bin/bash # Author: Alice Kaerast t_Log "$0 test cat command" cat > /var/tmp/cat-test < /var/tmp/cat-test2 && grep -q "file 2" /var/tmp/cat-test2 t_CheckExitStatus $? rm /var/tmp/cat-test