格式化输出命令printf,不过不能直接接文件,只能把文件内容cat出来。
[[email protected] ~]# printf "%-10s %-10s %-10s %-10s\n" $(cat score.txt)
Name en math sport
coosh 100 100 100
panny 90 90 90
mingming 85 85 99.5
时间: 2024-11-06 09:51:37
格式化输出命令printf,不过不能直接接文件,只能把文件内容cat出来。
[[email protected] ~]# printf "%-10s %-10s %-10s %-10s\n" $(cat score.txt)
Name en math sport
coosh 100 100 100
panny 90 90 90
mingming 85 85 99.5