Programming languages and Linux commands in Spanish

6 days ago 4

Hello World in Spanish

I am also curious how code would look like in Spanish. Here is a hello world C code snippet in Spanish.

#incluir <stdio.h>

entero principal() {
imprimirf("Hola, Mundo!\n");
regresa 0;
}

Some Linux Commands in Spanish

kill — matar

sleep — dormir

make — hacer

cd — cambiar directorio — cd

mkdir — crear directorio — crdir

touch — tocar

find — encontrar

sort — ordenar

uniq — `unic`

top — arriba

free — gratis

traceroute — trazarruta

Maybe it’s time to create some aliases to force myself to practice Spanish while I am coding.

Read Entire Article