If I run this
#!/bin/bash
clear
hadoop fs -ls
clear is not executed. Instead I get
: command not foundar
Found 2 items
list of items
If I add ";" after clear it gets executed, but I still get
: command not found
Found 2 items
list of items
Why is that?