why echo "\v\v\v" prints
\v\v\v
while
echo "this is a
moron"
prints:
this is a
moron
why \n was escaped but \v not?
why echo "\v\v\v" prints
\v\v\v
while
echo "this is a
moron"
prints:
this is a
moron
why \n was escaped but \v not?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.