Skip to content

Latest commit

History

History
23 lines (15 loc) 路 577 Bytes

File metadata and controls

23 lines (15 loc) 路 577 Bytes

pwd

The pwd command resembles the same command in Unix-like systems, which can be used to print/set current working path.

To load files from another path while to save the keystrokes at the same time, users can set current working path to the folder contains the desired modal script first.

Syntax

To check the current working path, please use

pwd

To change the current working path, please use

pwd (1)
# (1) string, new absolute working path

Please note in Windows, \ needs to be changed to \\ or /. Note relative paths are not supported.