in reply to
Re^4: print question
in thread
print question
I see three shell commands that use
printf "$foo"
when they should use
printf "%s" "$foo"
or
echo "$foo"
.
Comment on
Re^5: print question
Select
or
Download
Code
In Section
Seekers of Perl Wisdom