mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-08-22 06:31:02 +02:00
Use of '?' is consistent with these precedents: Backends/VCS_INFO_get_data_git:220: printf -v "git_patches_applied[$p]" "%04d ?" "$p" Backends/VCS_INFO_get_data_git:242: git_patches_applied+=("? $subject") Backends/VCS_INFO_get_data_git:244: git_patches_applied+=("?") VCS_INFO_quilt:160: applied[$i]+=" ?" VCS_INFO_quilt:168: unapplied[$i]+=" ?" |
||
---|---|---|
.. | ||
Calendar | ||
Chpwd | ||
Compctl | ||
Example | ||
Exceptions | ||
Math | ||
MIME | ||
Misc | ||
Newuser | ||
Prompts | ||
TCP | ||
VCS_Info | ||
Zftp | ||
Zle | ||
.cvsignore | ||
.distfiles | ||
README.zftp |
The Zftp directory contains a set of functions acting as a front end to the zftp command, provided as an add-on module. They allow you to perform FTP tasks from within the shell using as many of the shell's own facilities as possible. For more information, see the zshzftpsys manual page.