📅  最后修改于: 2022-03-11 14:50:28.956000             🧑  作者: Mango
# Saves the current path to the variable "your_variable":
your_variable=$(pwd)
# Go to the path inside the variable:
cd $your_variable