e.g.
- display a new line
printf "this is the first line.\nand this is the second line.\n"
- display a back slash
printf "a slash is a \\.\n"
- display a horizontal line (like a tab)
printf "display a horizontal line after this.\n \t"
Ciao !!!
printf "this is the first line.\nand this is the second line.\n"
printf "a slash is a \\.\n"
printf "display a horizontal line after this.\n \t"
No comments:
Post a Comment