Getcwd

MAKE(1) - General Commands Manual

Getcwd, Mkdep, Sh, Re_format, Ed, Uname, Make

MAKE(1) - General Commands Manual # MAKE(1) - General Commands Manual NAME # make - maintain program dependencies SYNOPSIS # make [-BeiknpqrSst] [-C directory] [-D variable] [-d flags] [-f mk] [-I directory] [-j max_jobs] [-m directory] [-V variable] [NAME=value …] [target …] DESCRIPTION # make is a program designed to simplify the maintenance of other programs. Its input is a makefile: a list of specifications (target rules) describing build relationships between programs and other files. ...

PWD(1) - General Commands Manual

Ksh, Hier, Getcwd, Pwd

PWD(1) - General Commands Manual # PWD(1) - General Commands Manual NAME # pwd - return working directory name SYNOPSIS # pwd [-LP] DESCRIPTION # The pwd utility prints the absolute pathname of the current working directory to the standard output. The options are as follows: -L If the PWD environment variable is an absolute pathname that references the current directory and doesn’t contain path components of “.” or “. ...