Cat One Liners Quotes

We've searched our database for all the quotes and captions related to Cat One Liners. Here they are! All 4 of them:

Like many other things, I blame my aversion to Halloween on my mother. My earliest Halloween memories are of my mother locking the front gates and plunging the house into darkness to deter any guisers who were stupid enough to think of calling on us. A few years later, when Sophie and I began guising ourselves, my mother always made the absolute minimum effort required to justify sending us onto the streets in search of sweets. The results were horrific. Every year, she’d throw a black bin liner over me, colour in my nose with her mascara, and attach a sock she’d stuffed with newspapers to my bottom. Then she’d declare the costume complete and go back to ignoring me completely. Even at age seven, I was aware of how ridiculous I looked. Sometimes I decided to throw on some additional make-up or attach a couple of ears to my head just to avoid confusion, but that was hard work: most years, I just wrote ‘CAT!’ on a sheet of paper and pinned it to my chest for everyone to see. Sophie had less need to explain her identity to our neighbours, but her Ghost disguise – one sheet, two eye-holes – was another classic in the shite costume genre.
Andy Marr (A Matter of Life and Death)
I wrote a book on cats. In retrospect, I should have used paper, cause chapter six got hit by a car.
Wynne McLaughlin
I have never understood why women love cats.  Cats are independent, they don’t listen, they don’t come when you call, they like to stay out all night and when they’re home they like to be left alone and sleep.  Every quality that women hate in men.
Graham Cann (1001 One-Liners and Short Jokes: The Ultimate Collection of the Funniest, Laugh-Out-Loud Rib-Ticklers (1001 Jokes and Puns))
Convert Text Files from Windows Format to Linux Format and Vice-Versa $ dos2unix $ unix2dos Sooner or later you're going to be sent a file or download one that uses a pair of CR (carriage return) and LF (line feed) characters to terminate lines in the file.  Those type of files are Windows/DOS formatted.  Unix-like operating systems simply use the LF character to terminate a line.  Sometimes this can cause issues.  To convert the file to a unix-like format, use dos2unix.  To examine the line termination characters use "cat -A" or the "file" command. $
Jason Cannon (Command Line Kung Fu: Bash Scripting Tricks, Linux Shell Programming Tips, and Bash One-liners)