SyntaxFix
Write A Post
Hire A Developer
Questions
You could use the printf(1) command, e.g. like
printf "Hello times %d\nHere\n" $[2+3]
The printf command may accept arguments and needs a format control string similar (but not exactly the same) to the one for the standard C printf(3) function...
printf