"make directory foo and copy file.jpg to foo and convert file.jpg to file.png".
lazy people could type:
"mkdir foo && cp file.jpg foo/ && convert file.jpg file.png".
"make directory foo and copy file.jpg to foo and convert file.jpg to file.png".
lazy people could type:
"mkdir foo && cp file.jpg foo/ && convert file.jpg file.png".