Grep file return unique values
Created: 7 May 2018 Modified:Grep file return unique values
Command Line
grep -oh "^[0-9,\.]*[ ]" localhost_access_log.2018-05-07.txt | sort -u
Grep file return unique values
Command Line
grep -oh "^[0-9,\.]*[ ]" localhost_access_log.2018-05-07.txt | sort -u