home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
java
/
bsh-2.0b4.jar
/
bsh
/
commands
/
pwd.bsh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-07-05
|
138 b
|
9 lines
/**
Print the BeanShell working directory. This is the cwd obeyed by all the
unix-like bsh commands.
*/
pwd() {
print( bsh.cwd );
}