time sensative linux q1 Print all lines that have only the w
time sensative linux
q1 )Print all lines that have only the word North in them (no other words). File name is file1
q2)Print all lines that start with uppercase letters. File name is file1
q3)Print all lines that end with the word test. File nameis file1.
q4)Write the commands to place number 5 in variable x and then subtract 2 from it.
q5)Write a script to read two numbers into variables called x and y. Display which number is greater and which number is smaller. If the numbers are equal display that the two numbers are equal.
q6) Write a script to get the name, email, phone number of several students. Save these results in a file called info. Also ask the user to see if the loop should be continued or not. At the end display the file sorted based on the name of the students.
Solution
x=x-2
5.

