We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
i want a csript to find the string from one file and on the basis of that string want to fetch full logs from another file.
i used the below script but it dosen't give me proper result.
pattern="sessionId_12june.txt"
file="deliversm-req_12.txt"
grep -E -f "file"
please help me with proper script
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Cut #3
You are viewing a single comment's thread. Return to all comments →
i want a csript to find the string from one file and on the basis of that string want to fetch full logs from another file. i used the below script but it dosen't give me proper result. pattern="sessionId_12june.txt"
file="deliversm-req_12.txt" grep -E -f "file"
please help me with proper script