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:
parent
9e1a3e6d06
commit
cb6856d115
5 changed files with 69 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue