“Escribe en el archivo Ubuntu” Código de respuesta

Linux cómo escribir en el archivo

#write to file and delete previous text
cat > file
#write to file and connect to the end of the text
cat >> file
KeWols

Escribe en el archivo Ubuntu

echo "hello" > ~/Desktop/new_file.txt && echo "world" >> ~/Desktop/new_file.txt
Faithful Flamingo

Respuestas similares a “Escribe en el archivo Ubuntu”

Preguntas similares a “Escribe en el archivo Ubuntu”

Más respuestas relacionadas con “Escribe en el archivo Ubuntu” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código