sed -n '2,5'p /etc/passwd >passwd读取/etc/passwd 第2行到第五行内容输出到passwd
应该对你有帮助的!sed-n'1,10p'file1>>file2将file1的1-10行追加到file2
-fls /path/to/somefile :查找到的所有文件的长格式信息保存到指定文件中。
cat 文字 > 文件名你试试