#!/bin/bash file="/.config/backup.cfg" if [ ! -f "$file" ] then echo "$0: File '${file}' not found." fi