Cerca

Heus ací els resultats de la cerca.

ZSH zmv
11 Resultats, Darrera modificació:
grml.org <code bash> # Remove illegal characters in a fat32 file system. Illegal characters are # /... ' '$f:s/hell/heaven/' # remove round bracket within filenames # i. e. foo-(bar).avi -> foo-bar.avi ... n '*' '$f[5,-1]' # NOTE: The "5" is NOT a mistake in writing! # Rename names of all files under the c... ce spaces (any number of them) with a single dash in file names $ autload zmv $ zmv -n '(**/)(* *)
ZSH
6 Resultats, Darrera modificació:
== curiosidades * **src**: recarga entorno (plugin) * **take** : función crea directorio(s) y te l... os arreglos necesarios * **bindkey -v** + **plugin vi-mode**: trabajar en modo VIM en vez de modo EM... push_002dinput|push-input]]: versión multilínea, sin keybinding * ZSH Line Editor: zle, bindkey, var... ser.com/questions/352788/how-to-prevent-a-command-in-the-zshell-from-being-saved-into-history]] *
zsh-autoenv @linux:zsh:oh-my-zsh
6 Resultats, Darrera modificació:
_LOOK_UPWARDS: Look for zsh-autoenv "enter" files in parent dirs?. Default: 1 * AUTOENV_HANDLE_LEAVE... orarily) disable zsh-autoenv. This gets looked at in the chpwd handler. Default: 0 * AUTOENV_DEBUG: ... Appends path(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**: Remov
ZSH features
4 Resultats, Darrera modificació:
* ''cd /u/lo/b'' -> <TAB> -> ''cd /usr/local/bin'' * **path** replacement * ''cd /usr/local/bin'' -> ERROR, quería ir a /usr/local/share -> ''cd bin share'' * ''cd /srv/www/site1/current/log'' -... http://zsh.sourceforge.net/Doc/Release/Shell-Builtin-Commands.html#index-alias]] * normal: ''alias
ZSH Globbing (extended)
3 Resultats, Darrera modificació:
ith A or a $ ls **/[Aa]*(.) # All Files that contain the number $ ls **/*[1]*(.) # Any files that end in a vowel $ ls **/*[aeiouy](.) # Files that don't s... art with A or a $ ls **/[^Aa](.) # Files that end in a number $ ls **/*<1-10>(.) </code> == glob qual
oh-my-zsh
3 Resultats, Darrera modificació:
[linux:zsh:oh-my-zsh:autoenv]] * no es un plugin nativo de oh-my-zsh * se integra desde **.zsh... ode properties># If command execution time above min. time, plugins will output time. ZSH_COMMAND_TIME_MIN_SECONDS=3 # Message to display (set to "" for di
ZSH Parameter Expansion Flags
1 Resultats, Darrera modificació:
erte en un array la sustitución * **a**: sort in array index * **C**: capitalize * **L**:
ZSH install
1 Resultats, Darrera modificació:
== install inicial The function will not be run in future, but you can run it yourself as follows: <
ZSH expansion modifiers
1 Resultats, Darrera modificació:
ciones (s/<CAD1>/<CAD2>/)<code bash; zsh>for hash in $(./rhash_static --list-hashes); do echo "hash: $