5 pointsby arkadiyt2 hours ago2 comments
  • Benderan 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