When I run the script I get the following errors. What am I doing wrong here please? Any help appreciated- Bash Newbie
Error:
line 12: 0=1: command not found
line 13: 0=1: command not found
My Script:
count_raw=0
avg_raw=0
$count_raw=1
$avg_raw=1
echo "count_raw=$count_raw"
echo "avg_raw=$avg_raw"
count_rawandavg_raw