[MPlayer-users] BUG: stream_file.c: reconnects to fifos

Nicolas George nicolas.george at normalesup.org
Fri Aug 24 11:25:31 CEST 2012


L'octidi 8 fructidor, an CCXX, Krzysztof Duchnowski a écrit :
> OK, I'm trying ZSH right now but tell me how I search through both
> normal and hidden directories, like:

If you want hidden directories _and files_, then:

ZSHEXPN(1)

       D      sets the GLOB_DOTS option for the current pattern

ZSHOPTIONS(1)

       GLOB_DOTS (-4)
              Do not require a leading `.' in a filename to be matched explic‐
              itly.

So either of these solutions will work:

setopt glob_dots; ls **/*.ogg
ls **/*.ogg(D)

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20120824/021ab2f1/attachment-0001.asc>


More information about the MPlayer-users mailing list