In Linux, I have many files and I need to copy paste the mth word of the nth line of all the files onto a plain .txt file along with the file names. So my final text file looks somewhat like this...
<FileName1> <mth word of nth line of FileName1>
<FileName2> <mth word of nth line of FileName2>
.
.
<FileNameN> <mth word of nth line of FileNameN>
Can someone please let me know the Linux command for this. Thanking you!!
