Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com
9/2/2020, 8:46 PM
Assignment 1 due 9/9/2020
https://googleclouduconn.blogspot.com/p/linux.html
Create a linux shell program to state name, major, what you want to do
and high school
My program
# my first script
echo "Hello my name is John Iacovacci"
echo "My major is Computer Science"
echo "I want to be a developer"
echo "My high school was Christopher Columbus in the Bronx"
My output
john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci
My major is Computer Science
I want to be a developer
My high school was Christopher Columbus in the Bronx
No comments:
Post a Comment