SóProvas


ID
3220045
Banca
VUNESP
Órgão
FUNDUNESP
Ano
2016
Provas
Disciplina
Programação
Assuntos

Em um script de shell Bash, um comentário deve ser iniciado pelo caractere

Alternativas
Comentários
  • #Comentário aqui

  • Comments can be added at the beginning on the line or inline with other code: # This is a Bash comment. echo "This is Code" # This is an inline Bash comment.

    https://linuxize.com/post/bash-comments/