Search

You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page :wiki:user:jean:date, named after your query.

How-tos (Some useful Linux tips)
8 Hits, Last modified:
g .gz files) zcat -f access.log* | goaccess - Date ranges sed -n '/'$(date '+%d\/%b\/%Y' -d 'last week')'/,$ p' access.log | goaccess -a - sed -n '/'$(date '+%d\/%b\/%Y' -d 'last month')'/,$ p' access.log | goaccess -a - sed -n '/'$(date '+%d\/%b\/%Y' -d '1 month ago')'/,$ p' access.log