Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Script1.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
echo "We are trying this practical from linux EC2"
echo "We are from batch-33 and learning git/gihub"
echo "We are learning Branching"
echo "I am learning Git"
echo "I am learning Git"
echo "I am learning GitHub"
echo "I am learning GitHub and Git Tarun"
echo "I am learning GitHub From Batch 32"
Echo "I am learning GitHub From Batch 34"
echo "I am learning GitHub From Batch 33"

2 changes: 2 additions & 0 deletions Script4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Class=Young-minds
Batch=25
PROFESSION=AWS/DevSecOps/Azure DevOps
echo "Class Name is $Class, Batch number $Batch, We are learning $PROFESSION"
echo "We are learning $PROFESSION in $Class class, Batch number is $Batch"
echo "This is the end of the script"
1 change: 1 addition & 0 deletions Script5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ NAME=Young-Minds
readonly NAME
NAME=DEVOPS
echo "my name is: $NAME"
echo "This is the end of the script"
1 change: 1 addition & 0 deletions Script6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ echo "1st cmdls: $1"
echo "2nd cmdla: $2"
echo "cmdla list: $@"
echo "no of cmdl: $#"
echo "This is the end of the script"