Hacker News
new
top
best
ask
show
job
Even "cat readme.txt" is not safe
(
blog.calif.io
)
5 points
by
arkadiyt
2 hours ago
2 comments
Bender
an hour ago
What happens if instead of 'cat readme.txt' one does 'strings -a --unicode=hex readme.txt'? Does iTerm still monkey with it?
alias cat cat='strings -a --unicode=hex'
2 hours ago
undefined