linux用shell读文件

Posted on 2021-01-01,1 min read

while read line; do echo $line; done < flag

下一篇: java中js命令执行→