#!/bin/bash cd .. current_directory=$(pwd) echo "La directory attuale รจ: $current_directory" echo "--------"