llegan a donde estén configurados a llegar :s
si no sabes que codigo poner... aquí tienes un tutorial de PHP
si no sabes que codigo poner... aquí tienes un tutorial de PHP
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCitarWhat is sh
sh (or the Shell Command Language) is a programming language described by the POSIX standard. It has many implementations (ksh88, dash, ...). bash can also be considered an implementation of sh (see below).
Because sh is a specification, not an implementation, /bin/sh is a symlink (or a hard link) to an actual implementation on most POSIX systems.
What is bash
bash started as an sh-compatible implementation (although it predates the POSIX standard by a few years), but as time passed it has acquired many extensions. Many of these extensions may change the behavior of valid POSIX shell scripts, so by itself bash is not a valid POSIX shell. Rather, it is a dialect of the POSIX shell language.
bash supports a --posix switch, which makes it more POSIX-compliant. It also tries to mimic POSIX if invoked as sh.
Citary miré asi por encima PHP, HTML, JAVA, SQL, MySQL, pero no aprendi ningunolos lenguajes requieren atención y por lo menos un día de esfuerzo para intentar aprenderlos... siendo PHP uno de los más faciles
Citar#!/bind/bash
which bash
#!/bin/bash
a=$(screen -R $name)