Cerca

Heus ací els resultats de la cerca.

ZSH zmv
10 Resultats, Darrera modificació:
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 ke... $ zmv -Qv '(**/)(*)(.D)' '$1${(L)2}' # replace all 4th character, which is "1", with "2" and so on ... rectory (some of them end # in *.py and give them all a proper extension $ autoload zmv $ zmv -n '(
ZSH Globbing (extended)
3 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
ZSH
1 Resultats, Darrera modificació:
context='yn:yes or no:(y n)' vared -cp 'erasing all directories (y/n) ? ' ans }</code> * bucle inl