Linux Commands – printf

Linux Commands - printf Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed echo command in Linux which is used to print in standard output in Linux. https://cloudaffaire.com/linux-commands-echo/ In this blog post, we will discuss printf command in Linux. printf command is used to print a formatted string in the standard output while interpreting '%' directives and '\' escapes to format numeric and string arguments in…

Comments Off on Linux Commands – printf