Timeline for Filter unprintable "block-like" characters with grep
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 26, 2021 at 12:10 | comment | added | ChrisTheDevil | It has no effect: BEFORE: strings o1_mf_d3rrgv0l_.ctl |head -10 ~z{|} H▒DB_CHRIS 7aM▒▒;▒Q ▒'y?Yܣ ▒;▒^ ▒▒X?Yܩ= (▒(A'y ?S▒▒Fr▒ ▒▒▒▒ ▒▒▒▒ . . and AFTER: strings o1_mf_d3rrgv0l_.ctl |head -10 | grep -v $(printf %b \\U2592) ~z{|} H▒DB_CHRIS 7aM▒▒;▒Q ▒'y?Yܣ ▒;▒^ ▒▒X?Yܩ= (▒(A'y ?S▒▒Fr▒ ▒▒▒▒ ▒▒▒▒ | |
| Jan 26, 2021 at 12:01 | comment | added | schrodingerscatcuriosity | @user452948 it was not necessary, it remained from previous tests. Remove it and try. | |
| Jan 26, 2021 at 11:59 | history | edited | schrodingerscatcuriosity | CC BY-SA 4.0 | added 17 characters in body |
| Jan 26, 2021 at 11:54 | comment | added | ChrisTheDevil | unfortunately grep@AIX does not have the -P parameter available | |
| Jan 26, 2021 at 11:51 | history | undeleted | schrodingerscatcuriosity | ||
| Jan 26, 2021 at 11:50 | history | deleted | schrodingerscatcuriosity | via Vote | |
| Jan 26, 2021 at 11:48 | history | answered | schrodingerscatcuriosity | CC BY-SA 4.0 |