Skip to content

Commit

Permalink
Added sections for zmv and newuser-install
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Dec 30, 2010
1 parent 604c915 commit 2946c42
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions oalug_2007-08-25_zsh/presentation.txt
Expand Up @@ -25,6 +25,13 @@ Basics

``man zsh`` vs. ``man zshall``

-----------------
Interactive Setup
-----------------

autoload -Uz zsh-newuser-install
zsh-newuser-install -f

-------------------
The Emacs of Shells
-------------------
Expand Down Expand Up @@ -196,6 +203,15 @@ executable by others::

ls *(f:g+rw,o-rwx:)

---
zmv
---


zmv '(*)-(*).mpeg3' '$2_$1.mp3'
alias mmv='noglob zmv -W'
mmv *pl.bak backups/*.pl

--------------
Alias Suffixes
--------------
Expand Down

0 comments on commit 2946c42

Please sign in to comment.