more emoji stuff
This commit is contained in:
parent
44227edef5
commit
ef5422bb0c
File diff suppressed because it is too large
Load Diff
@ -77,7 +77,7 @@ perform_and_exit echo -e "date\ttime\tperson\tmessage" > "$OUTPUT"
|
||||
# 3. replace separators of whatsapp's txt-format with '\t' as separator for csv
|
||||
# 4. delete all double-quotes. Because people are too stupid to type them in pairs and that breaks some csv-interpreters 🤦♂
|
||||
|
||||
perform_and_exit sed ':a;N;/\n[0-9]\{1,\}\+\//!s/\n/ /;ta;P;D' "$INPUT" | grep -v -E 'left|added|created|end-to-end|Media omitted' | sed 's/, /\t/1; s/- /\t/1; s/: /\t/1;' | tr -d '"' >> "$OUTPUT"
|
||||
perform_and_exit sed ':a;N;/\n[0-9]\{1,\}\+\//!s/\n/ /;ta;P;D' "$INPUT" | grep -v -E 'left|added|created|end-to-end|Media omitted|import java|<VirtualHost' | sed 's/, /\t/1; s/- /\t/1; s/: /\t/1;' | tr -d '"' >> "$OUTPUT"
|
||||
|
||||
confirm_action
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user