Pergunta de entrevista da empresa Cloudera

What is "#!/bin/bash", and what is it used for?

Resposta da entrevista

Sigiloso

18 de set. de 2017

It's a "hash bang" or "she-bang", and it's used in a script to specify which interpreter the shell needs to use with this script.