Horje
bash save current path to variable Code Example
bash save current path to variable
# Saves the current path to the variable "your_variable":
your_variable=$(pwd)

# Go to the path inside the variable:
cd $your_variable




Shell

Related
grepper shortcut key Code Example grepper shortcut key Code Example
copy folder from ssh to local Code Example copy folder from ssh to local Code Example
check disk space linux Code Example check disk space linux Code Example
onlne compiler c linux Code Example onlne compiler c linux Code Example
mysqldump Code Example mysqldump Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12