Help for this page
$filename = <absolute path of the file>; `echo "$a" > $filename`
$a = "this is testing;"; `echo $a > $filename`