2. (noun)guy, cat, hombre, bozo an informal term for a youth or man "a nice guy"; "the guy's only doing it for some doll"
3. (noun)cat a spiteful womangossip "what a cat she is!"
4. (noun)kat, khat, qat, quat, cat, Arabian tea, African tea the leaves of the shrubCatha edulis which are chewed liketobacco or used to make tea; has the effect of a euphoric stimulant "in Yemen kat is used daily by 85% of adults"
5. (noun)cat-o'-nine-tails, cat a whip with nine knotted cords "British sailors feared the cat"
7. (noun)big cat, cat any of several large cats typically able to roar and living in the wild
8. (verb)computerized tomography, computed tomography, CT, computerized axial tomography, computed axial tomography, CAT a method of examining bodyorgans by scanning them with X rays and using a computer to construct a series of cross-sectional scans along a singleaxis
10. (verb)vomit, vomit up, purge, cast, sick, cat, be sick, disgorge, regorge, retch, puke, barf, spew, spue, chuck, upchuck, honk, regurgitate, throw up eject the contents of the stomach through the mouth "After drinking too much, the students vomited"; "He purged continuously"; "The patient regurgitated the food we gave him last night"
1. (noun)cat an animal often kept as a pet ***We have two cats.
2. cat a largewild animal, such as a lion or a tiger ***tigers and other big cats
3. cat let the cat out of the bag to tell a secret Don't let the cat out of the bag!
Definition of 'Cat'
Webster Dictionary
1. (noun)Cat an animal of various species of the genera Felis and Lynx. The domestic cat is Felis domestica. The European wild cat (Felis catus) is much larger than the domestic cat. In the United States the name wild cat is commonly applied to the bay lynx (Lynx rufus) See Wild cat, and Tiger cat
2. (noun)Cat a strong vessel with a narrow stern, projecting quarters, and deep waist. It is employed in the coal and timber trade
3. (noun)Cat a strong tackle used to draw an anchor up to the cathead of a ship
4. (noun)Cat a double tripod (for holding a plate, etc.), having six feet, of which three rest on the ground, in whatever position in is placed
5. (noun)Cat an old game; (a) The game of tipcat and the implement with which it is played. See Tipcat. (c) A game of ball, called, according to the number of batters, one old cat, two old cat, etc
1. [techspeak] To spew an entire file to the screen or some other
output sink without pause (syn. blast).
2. 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
baduser-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.... See also UUOC.