cat

cat definition - computer

(1) (CATegory X) See cable categories.

(2) (conCATenate) A Unix/Linux/Mac OS X command that is used to create a text file, display the contents of a text file or add one file to another (concatenate files). Cat is the Unix counterpart of the Copy Con command in DOS/Windows. Following are some examples. See DOS Copy Con.


  cat > newfile    create text file
  bla bla bla      type the text
  Control-D        press Control-D to exit

  cat newfile      display file "newfile"

  cat f1 f2 > f3   concatenate "f1" and "f2"
                    creating file "f3"





Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2009 by Computer Language Company Inc. All rights reserved.

Comments
Improve this definition.
Do you have more to add? Share your linguistic knowledge or observation.
/Register to save your comments.
Related Discussions (3)
TopicRepliesLatest Post
pink-eyed rabbit and orange cat105 years ago
Sabertooth tiger vs saber cat25 years ago
Hep hep/hep-cat26 years ago

Browse Forums