All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bsh.commands.pwd.bsh Maven / Gradle / Ivy

The newest version!
/**
	Print the BeanShell working directory.  This is the cwd obeyed by all the 
	unix-like bsh commands.
*/
pwd() {
	print( bsh.cwd );
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy