Other articles


  1. oh my glob

    Globs. Fun to say and pretty darn useful too. Most of us are probably familiar with *, which expands to all of the files in a directory, but what else can globs do for you?

    recursion

    Suppose you want to generate a list of all filenames with a particular extension—to ...

    read more
  2. you complete me

    One of zsh's most convenient features is its flexible completion system. These are just a few examples of tab-completion that I use regularly. If you're a bash user, don't fear! Check your distribution's repositories for a bash-completion package, which provides much of the functionality shown below ...

    read more