here's an example session:
Code: Select all
mustafa<301 ~>$ quote
''
mustafa<302 ~>$ which quote
which: no quote in (/home/jin/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/usr/games/bin)
mustafa<303 ~>$ apropos quote
MIME::QuotedPrint (3pm) - Encoding and decoding of quoted-printable strings
PerlIO::via::QuotedPrint (3pm) - PerlIO layer for quoted-printable strings
mustafa<304 ~>$ quote this is weird
'this'
mustafa<305 ~>$ quote "this is weird"
'this is weird'
mustafa<306 ~>$ quote 'this is weird'
'this is weird'
mustafa<307 ~>$ quote 'word up'
'word up'
mustafa<308 ~>$ quote tis' weird
>^C
mustafa<308 ~>$ anyone care to educate?





