标签 shell 下的文章

常用命令# 2>&1 其中2表示错误输出,输入到标准输出1中。 ls readme.txt 1.txt >out.log 2>&1 ls -alt ./ du ...