#day10 Linux Advance
[sed/grep/awk]
To get file data which is having "INFO"
Print the content of the log file
Print which written term "INFO"
With 1st,2nd,3rd rows of log_file.txt
Print no of rows by using NR
To find errors in 50 lines only.
Copy contents of log_file.txt to file.txt
Run multiple commands using &&
To search a particular string/word from the file using grep