findespsfi.1
来自「speech signal process tools」· 1 代码 · 共 70 行
1
70 行
.\" Copyright (c) 1993 Entropic Research Laboratory, Inc.; All rights reserved.\" @(#)findespsfi.1 1.4 01 Apr 1997.ds ]W (c) 1993 Entropic Research Laboratory, Inc..TH FIND_ESPS_FILE 1\-ESPS 01 Apr 1997.SH NAMEfind_esps_file \- finds full path to an ESPS or waves+ file..SH SYNOPSISfind_esps_file filename defpath [environment_variable_name].SH DESCRIPTION.PPLooks along a path for \fBfilename\fR. If the file is found and isreadable then place the the full Unix path to the file on the standardoutput with exit status 0. If the file is not found then exit with status1..PPThe parameter \fBfilename\fR should the basename of the file to bediscovered. If \fBfilename\fR already specifies a full path (beginswith / or ./), then that path is returned..PPParameter \fBdefpath\fR specifies the default search path . Thesyntax of the search path (just like Unix) is given below..PPThe default search path can be overridden by the environment variablespecified in \fBenv_var_name\fR. If the environment variable specifiedby \fBenv_var_name\fR is not set, or cannot be parsed thenthe default file path (as specified by \fBdefpath\fR) is used..PPThe syntax of the search path is a colon separated list ofdirectories; just like the normal Unix path. An example path is:.PP.nf $ESPS_BASE/bin:/usr/local/bin/$ARCH:/usr/esps/demo:$HOME/esps/bin.fiEnvironment variables may be used in the path by prefixing themwith a $ sign. The value of environment variable \fBESPS_BASE\fR isretrieved by calling \fBget_esps_base\fR(3\-\s-1ESPSu\s+1). If theenvironment variable is not set then it is replaced in the pathwith nothing..SH EXAMPLES.nf# Find waves along the path specified in ESPS_BASE, note that an empty# default path was given. The environment variable is an optional# parameter.#pathtowaves=`find_esps_file xwaves "" ESPS_BASE`.fi.SH ERRORS AND DIAGNOSTICS.PPExit status of 0 means it found something, exit status of 1 meansthe requested file was not found..SH FUTURE CHANGESNone known..SH BUGSNone known..SH REFERENCES.PPNone..SH "SEE ALSO".nf\fIget_esps_base\fP(3\-\s-1ESPSu\s+1), \fIfind_esps_file\fP(3\-\s-1ESPSu\s+1), get_esps_base(1\-\s-1ESPS\s+1), .fi.SH AUTHORKen Nelson wrote the routine and the man page..PP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?