Skip to content

Manual linux command

Hemanth B edited this page Jun 26, 2025 · 1 revision

Set an alias

alias t='tr '\''\01\02\03\04\05'\'' '\''|{}:;'\'''

Execute the command to get logs

grep -ia BANZAI fix_logs.log | t

Clone this wiki locally