Case sensitive

MyWikiBiz, Author Your Legacy — Friday April 19, 2024
Revision as of 21:31, 20 January 2008 by MyWikiBiz (talk | contribs) (Reformat, to remove 404 not found links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Case sensitive means distinguishing lower case from upper case typography. In a case sensitive language, "abc" is considered different data than "ABC". Microsoft Windows is not case sensitive, thus, "Abc" is the same as "aBc". However, the Linux/Unix language is case sensitive, and commands are typically named with lower case letters (gzip, compress, pack, etc.).

(Adapted from PC Magazine)