Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Glob qualifier for modification time on directories



Hi,

doesn't the modifier m work on directories?

% ls -ldt ${(s.:.)PATH}
drwxr-xr-x 2 root  root  49152 27. Mai 11:25 /usr/bin
drwxr-xr-x 2 root  root   4096 23. Mai 18:36 /bin
drwxr-xr-x 2 root  root   8192 22. Mai 15:52 /usr/sbin
drwxr-xr-x 2 root  root   4096 20. Mai 17:06 /sbin
drwxr-xr-x 2 joerg users  4096 20. Mai 09:54 /home/joerg/bin
drwxr-xr-x 2 joerg users  4096 20. Mai 09:54 /home/joerg/bin
drwxr-xr-x 2 root  root   4096  7. Mai 17:05 /usr/games
drwxr-xr-x 2 root  root   4096 14. Apr 16:34 /usr/lib/ccache
drwxrwsr-x 2 root  staff  4096 17. Jan 2006  /usr/local/bin

% date
Di 27. Mai 11:32:42 CEST 2008
% echo ${(s.:.)PATH}(Nms-20)
/home/joerg/bin /usr/lib/ccache /home/joerg/bin /usr/local/bin /usr/bin
/bin /usr/games /usr/sbin

Bye, Jörg.
-- 
< Mr X.> jo: contact an admin to mount it for you
< jo> The admin is not, well how should I say it, he isn't very familiar with
      the system. What should I tell my admin, what he should do?
< Mr X.> taking a sun solaris administration course.



Messages sorted by: Reverse Date, Date, Thread, Author