Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Switch to a command - line terminal ( tty 5 ) by pressing Ctrl + Alt + F 5 and log in to the terminal

Switch to a command-line terminal (tty5) by pressing Ctrl+Alt+F5 and log in to the terminal using the user name of root and the password of LINUXrocks!.
2
At the command prompt, type grep "Inn" sample1 and press Enter. What is displayed?
3
At the command prompt, type grep -v "Inn" sample1 and press Enter. What is displayed?
4
At the command prompt, type grep "inn" sample1 and press Enter. What is displayed and why?
5
At the command prompt, type grep -i "inn" sample1 and press Enter. What is displayed?
6
At the command prompt, type grep "I" sample1 and press Enter. What is displayed?
7
At the command prompt, type grep " I " sample1 and press Enter. What is displayed?
8
At the command prompt, type grep "t.e" sample1 and press Enter. What is displayed?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions