computer_knowledge_notes/Software/文本转换/printf.md

165 B
Raw Blame History

printf <format> [arguments]	# 打印格式化数据formatarguments是format里的参数

示例

printf "%s\n" $PWD	# 打印出当前路径