Added everything from Neumann

This commit is contained in:
szabomarton
2023-12-04 10:51:29 +01:00
commit f01e88ed5e
225 changed files with 3140 additions and 0 deletions

4
20231113/BASH/asd.txt Normal file
View File

@@ -0,0 +1,4 @@
asd
dsa
asd
dsa

15
20231113/BASH/first.sh Normal file
View File

@@ -0,0 +1,15 @@
#! /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

6
20231113/BASH/second.sh Normal file
View File

@@ -0,0 +1,6 @@
#! /bin/bash
while read line
do
echo $line
done < asd.txt