Tag:
ASCII

ASCII HTML Reference Chart

by
on
May 18, 2011

ASCII is a 7-bit character set containing 128 characters and stands for the “American Standard Code for Information Interchange”. It was designed in the early 1960′s as a standard character set for computers and hardware devices. It contains the numbers from 0-9, the uppercase and lowercase English letters from A to Z, and some special [...]

Read More
No Comments
guides

Remove Windows carriage returns with tr

by
on
November 30, 2008

The end of a line in a UNIX text file is designated with the newline character. In Windows, a line ends with both newline and carriage return ASCII characters. If a file is saved in Windows and then moved to a Linux system these carriage returns can cause all sorts of problems. If the text [...]

Read More
1 Comment
system administration
Copyright 2008-2010 WiredRevolution.com. All rights reserved.