“Comentario bash/shell múltiples líneas” Código de respuesta

Intento

echo "Hello, World!"
PrototypeCodec

Intento

git commit && git push
git commit || echo "Commit failed"
Fragile Fish

intento

echo # print something in the terminal
sudo # Run a command as an administator
set # Environment variables
export # Make an environment variable
login #login (arch linux)
rm # Remove a file
rmdir # Remove an empty directory
apt # apt package manager (Debian and Debian-based systems only)
codingiscool

intento

grep " jane " ../data/list.txt | cut -d ' ' -f 1
content_copy
Cautious Constrictor

intento

awk 'BEGIN{printf "%.3f\n", (5+50*3/20 + (19*2)/7)}'
17.929
Frightened Falcon

Respuestas similares a “Comentario bash/shell múltiples líneas”

Preguntas similares a “Comentario bash/shell múltiples líneas”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código