ProgaOra/20231113/BASH/first.sh

16 lines
240 B
Bash
Raw Normal View History

2023-12-04 09:51:29 +00:00
#! /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