ProgaOra/20231113/BASH/first.sh
2023-12-04 10:51:29 +01:00

16 lines
240 B
Bash

#! /bin/bash
country=Pakistan
same_country=$country
echo $country
echo $same_country
echo "Today is " `date`
echo -e "\nenter the path to directory"
read the_path
echo -e "\nyour path has the followingfiles and folders: "
ls $the_path