#!/bin/bash log_file='test.log' echo $log_file echo "this is a test of $log_file"