From 84d5b7f19a461c3421c87e91fd50ea1a599f117a Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 8 Jun 2016 08:18:55 -0500 Subject: [PATCH] Add an additional line of explanation --- unix/globbing-for-all-directories-in-zsh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/globbing-for-all-directories-in-zsh.md b/unix/globbing-for-all-directories-in-zsh.md index 5f08661..6458704 100644 --- a/unix/globbing-for-all-directories-in-zsh.md +++ b/unix/globbing-for-all-directories-in-zsh.md @@ -17,4 +17,6 @@ $ echo /*(/) /Applications /Library /Network /System /Users /Volumes /bin /cores /dev /home /net /opt /private /sbin /usr ``` +You can go ahead and use that with any other command now (e.g. `ls`). + [source](http://zsh.sourceforge.net/Intro/intro_2.html)