Format and print data (shell builtin & external program — predictable formatting).
Exampleprintf "Name: %s\nAge: %d\n" "Pritesh" 30
printf "Name: %s\nAge: %d\n" "Pritesh" 30
DevOpsSchoolTypically replies within an hour