1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

26754: tweak zgetdir() and test for realpath()

This commit is contained in:
Peter Stephenson 2009-03-19 15:00:18 +00:00
parent 9e1a3e6d06
commit cb6856d115
5 changed files with 69 additions and 8 deletions

View file

@ -223,7 +223,8 @@ if necessary, and resolves any use of `tt(..)' and `tt(.)' in the path.
item(tt(A))(
As `tt(a)', but also resolve use of symbolic links where possible.
Note that resolution of `tt(..)' occurs em(before) resolution of symbolic
links.
links. This call is equivalent to tt(a) unless your system has the
tt(realpath) system call (modern systems do).
)
item(tt(e))(
Remove all but the extension.