table of contents
other languages
other sections
cd(3tcl) | Tcl Built-In Commands | cd(3tcl) |
NAME¶
cd - 改變工作目錄
總覽 SYNOPSIS¶
cd ?dirName?
描述 DESCRIPTION¶
把當前的工作目錄改變成 dirName,如果沒給出 dirName 就改變到主(home)目錄(在 HOME 環境變數中指定)。返回一個空串。
參見 SEE ALSO¶
filename(n), glob(n), pwd(n)
關鍵字 KEYWORDS¶
working directory
[中文版維護人]¶
寒蟬退士
[中文版最新更新]¶
2001/06/21
《中國 Linux 論壇 man 手冊頁翻譯計劃》:¶
跋¶
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
Tcl |