Answer:
sed '/march/{d;}' birthdays.txt > result
.txt
Explanation:
sed syntax is basically:
<em>sed '/expression/{command;command;...;}' inputfile > outputfile</em>
- First, for the expression part, we use /march/ to match all lines containing that string.
- Then for the command part, we only use {d} command to delete every matching line found.
- The third part contains the input file to process, I have named it birthdays.txt, but it could have been any other file needed.
- Finally "> result
.txt" makes the script output to be saved into a file named result.txt
The protocol that should be implemented is that one needs to enable hosts on the network to find the IP address.
<h3>What is IP address?</h3>
It should be noted that IP address simply means a unique address that defines a device on the internet.
In this case, the protocol that should be implemented is that one needs to enable hosts on the network to find the IP address.
Learn more about IP address on:
brainly.com/question/24930846
#SPJ12
Answer:
Independent variable is temperature
Explanation:
An equation has this form: Y= f(x), where Y is dependent variable andX is independent variable.
In this case Y ( Dependent variable) is Perfomance in test, an it depends on x(Independent variable) wich is temperature.