Linux是否支持“ tail +2”?

问题描述

| 我注意到Solaris ksh支持ѭ0,但是在Red Hat Linux中会发生错误:
c008>> ps -p 4009,6282,31401,31409 | tail +2
tail: cannot open `+2\' for reading: No such file or directory
在Solaris中,
bjbldd>> ps -p 2622,16589,11719,846 |tail +2
16589 ??       0:00 xterm
  846 pts/180  0:00 cscope
11719 pts/180  0:00 cscope
2622 pts/114  0:00 apxcscop
“3ѭ的行被\” tail +2 \“排除。 我知道ѭ4会起作用。但是我想知道Linux tail是否有类似的选择吗?     

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)