Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- ZSH features
- erecha * sugerencia corrección de errores * **alias** * argumentos: * **L** : volcado de alias para poder incrustar en un fichero batch (estructura alias xx=yyy) * **r** : alias regulares * **g** : alias globales * **s** : alias de su
- ZSH zmv
- don't even need to quote the arguments.<code bash>alias mmv='noglob zmv -W' mmv *.c.orig orig/*.c</cod... foo-bar.avi $ zmv '*' '${f//[()]/}' # serially all files (foo.foo > 1.foo, fnord.foo > 2.foo, ..) ... " is NOT a mistake in writing! # Rename names of all files under the current Dir to lower case, but k... $ zmv -Qv '(**/)(*)(.D)' '$1${(L)2}' # replace all 4th character, which is "1", with "2" and so on
- ZSH Globbing (extended)
- s que no empiecen por **c** o **C** <code bash> # All files that start with A $ ls **/[A]*(.) # All files that start with A or a $ ls **/[Aa]*(.) # All Files that contain the number $ ls **/*[1]*(.) #... X unidades (entre) * ''+'' : modificados más allá (antes de) * unidades: * ''M'' : mese
- zsh-autoenv @linux:zsh:oh-my-zsh
- riable de entorno y la vuelve a dejar como estaba al salir * **autoenv_source_parent** * ejecuta... ath(s) to $path ($PATH), if they are not in there already. * **autoenv_prepend_path**: Prepends path(s) to $path ($PATH), if they are not in there already. * **autoenv_remove_path**: Removes path(s
- oh-my-zsh
- h/autoenv]] * no funciona el **.leave** * alternativa **zsh-autoenv** * **zsh-autoenv** [[ht... uevo valor, conservando el anterior y lo recupera al salir del directorio * ubicación ficheros aut
- ZSH expansion modifiers
- hash: ${hash:l:s/-//}"; done</code> * incluye algunos modificadores para archivos * más:[[http
- ZSH
- context='yn:yes or no:(y n)' vared -cp 'erasing all directories (y/n) ? ' ans }</code> * bucle in