From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabio@crearium.com Subject: View hidden characters in a textfile Date: Mon, 27 Jun 2005 12:45:09 -0700 (PDT) Message-ID: <1492.196.40.85.4.1119901509.squirrel@www.crearium.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hello, Anyone know a tool (or c code) that allow a programmer to see hidden characters like "\n" or "\t" or "\r\n" ? The command cat, tr or sed can help manipulate this character to make them visible but I wonder if there is a tool like a hex editor or something that detailed show each character that a file contain. Thanks, fabio.