哪个命令可以在终端中原样显示短篇手稿文件的每一行?
使用手稿路径运行 cat。
cat
只使用该手稿路径运行 diff。
diff
使用手稿路径运行 head -n1。
head -n1
使用手稿路径运行 tail -n1。
tail -n1