$ watch free -m
-> Display free command output in every two seconds
$ watch -n 5 free -m
-> Display free command output in every five seconds (with -n parameter)
-> Display free command output in every two seconds
$ watch -n 5 free -m
-> Display free command output in every five seconds (with -n parameter)