How you can work in Bash with the working directory (ie current, PWD, OLDPWD)

Bash Liste Des Attaques Ovh

How you can work in Bash with the working directory (ie current, PWD, OLDPWD)

About

This article is about the management of the current directory in Bash.

Management

Query

You can query the current working directory via:

echo $PWD

Shell variable

shell variable concerning the current directory

Current: PWD

working directory

pwd stands for “print working directory”.

echo $PWD

Old: OLDPWD

Old working directory (“OLD-Print-Working-Directory”, previous directory you were in).

cd must have be used once.

echo $OLDPWD

Change

You can set it via the:

echo ~+ # ie PWD
echo ~-  # ie OLDPWD





Discover More
Bash Liste Des Attaques Ovh
Bash - (Builtin|Intern|System|Reserved|Shell) variable name

Reserved variable name are named that have a special meaning for the bash shell. PS1 defines the shell's command-line prompt. HOME defines the home directory for a user. PATH defines a list...



Share this page:
Follow us:
Task Runner