Shell script to print content of a file line by line | script to print common lines of two files

preview_player
Показать описание
Hello guys , this video is about creating two different shell scripts. The first shell script it to print content of a file line by line using for loop. The second shell script is to print the common lines present between two different files.
To create these two shell scripts concept of IFS shell variable and for loop primarily being used.
Topics covered in this video are:
- shell script to print content of a file line by line
- shell script to print content of a file using for loop
- shell script to print common lines present in two different files
- for loop to print content of a file line by line
#print #common #lines #shell #scripts

_____________________________________________________
Support My Work On ...

_____________________________________________________
Connect With Me On ...

Рекомендации по теме
Комментарии
Автор

We can execute Shell script using "sh" command. Do you have any video to give more details and options of "sh" command? like "sh -x file_name.sh > output123.log"

raghavendramaiyabc
Автор

If we need to compare words in the 2 files how we can compare

poornendra
Автор

I have one doubt... If we need to grep specific word from file and display it content how we can do..

sujishshamsu
Автор

Very nice video👍
I have one file in each line there is yyyy-dd-mm hh:mm:ss:ms uniq field I have to sort file ascending order is there any shell script to do it!!

mahadeoraut
Автор

Hi, nice video, how do i print unmatched or uncommon lines

dheerajkavoor