MyWikiBiz, Author Your Legacy — Sunday June 14, 2026
Jump to navigationJump to search
460 bytes added
, 21:31, 20 January 2008
| 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]) |