Cerca

Heus ací els resultats de la cerca.

ZSH zmv
11 Resultats, Darrera modificació:
i -> foo-bar.avi $ zmv '*' '${f//[()]/}' # serially all files (foo.foo > 1.foo, fnord.foo > 2.foo, ..) $ autoload zmv $ ls * 1.c asd.foo bla.foo ... " is NOT a mistake in writing! # Rename names of all files under the current Dir to lower case, but ke... $ zmv -Qv '(**/)(*)(.D)' '$1${(L)2}' # replace all 4th character, which is "1", with "2" and so on
ZSH install
7 Resultats, Darrera modificació:
= ZSH install * [[https://geekytheory.com/como-instalar-oh-my-zsh-en-ubuntu]] * [[https://blog.arme... etup/iTerm/zsh.html]] * <code bash>sudo apt install fonts-powerline</code> * <code bash>sudo apt install zsh</code> * instalación [[https://ohmyz.sh/|Oh... ntent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"</code> * establece por defecto: <code bash
ZSH Globbing (extended)
4 Resultats, Darrera modificació:
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]*(.) # A... X unidades (entre) * ''+'' : modificados más allá (antes de) * unidades: * ''M'' : meses
oh-my-zsh
3 Resultats, Darrera modificació:
n temas y plugins : [[https://ohmyz.sh/]] == install * ''sh -c %%"%%$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)%%"%%'' más: [[https://www.howtoforge.com... **zsh-syntax-highlighting**: * ''apt-get install zsh-syntax-highlighting'' * ''git clone https
ZSH
2 Resultats, Darrera modificació:
= ZSH * [[linux:zsh:install]] * [[http://zsh.sourceforge.net/]] * introducción: * [[https://l... context='yn:yes or no:(y n)' vared -cp 'erasing all directories (y/n) ? ' ans }</code> == mirar *