Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Special Shell Variables & Parameter Substitution and Expansion
- citi.biz/tips/bash-shell-parameter-substitution-2.html]] === resumen expansion /via: [[http://wiki.bash... yntax/pe?do=]]\\ /mas: [[https://tldp.org/LDP/abs/html/string-manipulation.html]] Looking for a specific syntax you saw, without knowing the name? * [[#sim... s-en-bash/]] * /vía: [[https://tldp.org/LDP/abs/html/string-manipulation.html]] * /via: [[https://it
- BASH
- ld-in">[[https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html]]</callout> == scripting <callout type="info" icon="true" title="Guía rápida... G/COMOs/Bash-Prog-Intro-COMO/Bash-Prog-Intro-COMO.html]]</callout> <callout type="info" icon="true" titl... el local) <code>export CDPATH=/var/www:/nas10 cd html (en lugar de) cd /var/www/html </code> == comand
- Funciones
- a-bash-function]] * [[http://tldp.org/LDP/abs/html/complexfunct.html]] * variables locales en funciones: [[http://tldp.org/LDP/abs/html/localvar.html]] * retorno de valores: [[https://www.linuxjournal.com/content/return-values-bash-funct
- brace expansion
- xample.com/documentation/slides_part{1,2,3,4,5,6}.html </code> Of course it's possible, and even easier... /docs.example.com/documentation/slides_part{1..6}.html </code> ==== Generate a subdirectory structure
- Los ficheros de inicio de Bash
- ://www.fpgenred.es/GNU-Linux/ficheros_de_arranque.html]] == orden de ejecución al iniciar sesión === pr... ntran en dicho fichero. /via: [[http://www.escomposlinux.org/lfs-es/blfs-es-6.0/postlfs/profile.html]]
- Referencias indirectas
- in-bash]] == + info * [[http://tldp.org/LDP/abs/html/ivr.html]] * [[https://stackoverflow.com/questions/8515411/what-is-indirect-expansion-what-does-var-m
- Zona Horaria
- ges.ubuntu.com/manpages/xenial/man1/timedatectl.1.html]] * [[https://serverfault.com/questions/303517/... e-ntpd-and-etc-localtime]] * [[https://coreos.com/os/docs/latest/configuring-date-and-timezone.html]]
- alias
- rciti.biz/tips/bash-aliases-mac-centos-linux-unix.html]]</callout> == creación <code bash> alias name=va
- awk
- * [[https://www.gnu.org/software/gawk/manual/gawk.html#Built_002din|funciones internas]] * si el coman
- comandos bash
- p?/archives/23-command-line-calculations-using-bc.html]] * ''nl'' -> numbering line * ''cat'' *
- dd
- yberciti.biz/tips/linux-creating-cd-rom-iso-image.html>blocks=$(isosize -d 2048 /dev/sr0) sudo dd if=/de
- debug en bash
- s://www.cyberciti.biz/tips/debugging-shell-script.html]] == variables de entorno * en el script, modif
- find
- find -name "*.txt" -exec mv {} `basename {} .htm`.html \;'' * cambiar espacios por subrayados: ''find