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.
Complete the file stub "/home/ubuntu/894065-linux access-log-cleanup/script.sh" with one or more steps that do the following:
Extract the archive "/home/ubuntu/894065-linux
access-log-cleanup/archive.tar.gz".
• In all the extracted access log files, find all the records with an identified (not empty) IP address, then output the results to "/tmp/access.log" using the newline as the delimiter.
how to solve
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
An unexpected error occurred. Please try reloading the page. If problem persists, please contact support@hackerrank.com
Cut #1
You are viewing a single comment's thread. Return to all comments →
Complete the file stub "/home/ubuntu/894065-linux access-log-cleanup/script.sh" with one or more steps that do the following: Extract the archive "/home/ubuntu/894065-linux access-log-cleanup/archive.tar.gz". • In all the extracted access log files, find all the records with an identified (not empty) IP address, then output the results to "/tmp/access.log" using the newline as the delimiter.
how to solve