Aug 25, 2017 · 1 min read
On typing the command:
bash -c “echo ‘1’ >> /data/zookeeper/myid”
I get an error:
‘1’: “echo: command not found
How to resolve??
On typing the command:
bash -c “echo ‘1’ >> /data/zookeeper/myid”
I get an error:
‘1’: “echo: command not found
How to resolve??