Difference between revisions of "Case sensitive"
MyWikiBiz, Author Your Legacy — Wednesday November 05, 2025
Jump to navigationJump to search (Reformat, to remove 404 not found links) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | '''Case sensitive''' | + | '''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 [http://www.pcmag.com/encyclopedia_term/0,2542,t=case+sensitive&i=39317,00.asp PC Magazine]) | ||
Latest revision as of 21:31, 20 January 2008
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)