in order to execute this script, open the db2 command line processor, change the directory to your current working directory that contains the content of the file you downloaded.
要执行该脚本,打开db2命令行处理器,将目录更改到包含所下载文件内容的当前工作目录。
the compiler uses the current working directory (.) as the default classpath.
编译器总是将当前工作目录 (.)
in this example, you「d check to see that the current working directory is the project directory.
在本例中,需要检查当前的工作目录是不是project目录。
the pythonpath will be set to 」src「, and the tests will be executed with the current working directory set to the current directory (」.「).
pythonpath设置为「src」,测试执行的当前工作目录就是当前目录(‘.’
because we」re not passing a full path, this will be created as a subdirectory of the current working directory (if it does not already exist).
因为我们没有传递完整的路径,所以它会在当前目录下创建一个子目录(如果它还不存在的话)。
you need the calculator.wsdl file in your current working directory to start.
您需要首先将calculator.wsdl文件放在您当前的工作目录中。
instead of continuously using pwd and hostname, you can achieve the same effect by manipulating the prompt variable to reflect the current working directory and hostname.
不需要一直使用pwd和hostname,只需通过设置prompt变量让shell 提示反映当前的工作目录和主机名,即可实现相同的效果。
if the current working directory is a network location, it will automatically map a drive letter for you.
如果当前目录是个网络位置,会自动映射一个驱动器字母。
the inner for loop enumerates all the files in the current working directory -- the wild card * (asterisk) matches everything -- and then tests whether each entry is a file.
内部的 for循环枚举当前工作目录中的所有文件——通配符 *(星号)匹配所有条目——然后测试每个条目是否为文件。
remember to include your current working directory in your path if you want to run a class in it
如果要在当前工作目录中运行类,那么请记住,要将该目录包含在您的路径中
for instance, if your current working directory is ~/jane/projects/lambda, the shorthand ../..
例如,如果您的当前工作目录为 ~/jane/projects/lambda,那么简写..
change your current working directory to geronimo_installation_directory, and then enter the following command
将当前工作目录改为 geronimo_installation_directory,然后输入以下命令
when the dos prompt appears, ensure your current working directory appears on the a: drive. there is a program on the floppy called cmosram.exe
出现dos提示符时,请确保当前工作目录是驱动器a: 。
set the classpath to the current working directory
设置classpath参数为当前的工作目录
current working directory (that is, the directory from which notepad.exe is launched.)
当前工作目录(即,从哪个目录启动了notepad.exe。)
use the prompt variable to keep track of the current working directory
使用prompt变量跟蹤当前的工作目录
the default location of the dumps is the current working directory of the jvm process.
转储文件的默认位置是jvm进程的当前工作目录。