How to move content of one directory into another directory? I want to move content from
/Downloads/kafka_2.11-1.0.1
into directory /usr/local/bin/kafka
I tried to move it using solutions found on the web but it doesnt work.
$ mv /Downloads/kafka_2.11-1.0.1/* /usr/local/bin/kafka
produces error:
mv: cannot stat ‘/Downloads/kafka_2.11-1.0.1/*’: No such file or directory