# This removes the first segment of the line if it looks like a timestamp
sed -E 's/^[0-9]{4}-[0-9]{2}-[0-9]{2}[T\s][0-9:.-]+Z?\s*//g' raw_logs.txt > clean_logs.txt
For further actions, you may consider blocking this person and/or reporting abuse
# This removes the first segment of the line if it looks like a timestamp
sed -E 's/^[0-9]{4}-[0-9]{2}-[0-9]{2}[T\s][0-9:.-]+Z?\s*//g' raw_logs.txt > clean_logs.txt
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)