#!/bin/bash msg="hi flykhan" echo $msg echo "$msg very good" echo '$msg very good' bye='bye bye' echo $bye