Skip to Main Content
Idaho State University home

Glossary

Filter:
# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All
C
C*
C1
C2
C3
C3I
C4
CA
Can
Cat
CBA
CBC
CCB
CCI
CCO
CDR
CDS
CF
CFD
CFE
CI
CIA
CIK
CIP
CK
CKG
CKL
CM
CMP
CMS
CN
CNK
COR
CPC
Cpi
CPS
CPU
CRB
CRC
CRO
CRP
CSA
CSC
CSE
CSM
CSO
CSS
CTY
CUP
CVA
CWC
Cat
  • 1.[from `catenate' via UNIX `cat(1)'] vt.
  • [techspeak] To spew an entire file to the screen or some other output sink without pause. 3. By extension, to dump large amounts of data at an unprepared target or with no intention of browsing it carefully. Usage considered silly. Rare outside UNIX sites. See also dd, BLT. Among UNIX fans, `cat(1)' is considered an excellent example of user-interface design, because it delivers the file contents without such verbosity as spacing or headers between the files, and because it does not require the files to consist of lines of text, but works with any sort of data. Among UNIX haters, `cat(1)' is considered the canonical example of *bad* user-interface design, because of its woefully unobvious name. It is far more often used to blast a file to standard output than to concatenate two files. The name `cat' for the former operation is just as unintuitive as, say, LISP's cdr. Of such oppositions are holy wars made.