我有一个Element_query包含查询结果的文件:
Element_query
SQL> select count (*) from element; [Output of the query which I want to keep in my file] SQL> spool off;
我想使用 shell 命令删除第一行和最后一行。
shell grep pipe sed awk
awk ×1
grep ×1
pipe ×1
sed ×1
shell ×1