Skip to main content
1 of 2

Simple and straightforward!

<command> | sed 1d | sort <....> 
  • sed nd ---> 'n' specifies line no., and 'd' stands for delete.