La guía paso a paso o código que encontrarás en este artículo es la solución más eficiente y válida que hallamos a tus dudas o dilema.
Ejemplo: bin/bash mal intérprete
#The ^M is a carriage return character. Linux uses the line feed character to mark the end of a line, whereas Windows uses the two-character sequence CR LF. Your file has Windows line endings, which is confusing Linux.#remove the cariage character
sed -i -e 's/r$//' NAME-OF-FILE.sh
Puntuaciones y reseñas
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)