This website requires JavaScript.
Explore
Help
Sign In
zhenxing
/
computer_knowledge_notes
Watch
1
Star
0
Fork
You've already forked computer_knowledge_notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bb8fab29da
computer_knowledge_notes
/
Software
/
文本转换
/
printf.md
165 B
Raw
Blame
History
Unescape
Escape
printf <format> [arguments] # 打印格式化数据format
,
arguments是format里的参数
示例
printf "%s\n" $PWD # 打印出当前路径