View the Most Wanted LQ Wiki articles.    
LinuxQuestions.org > Linux Wiki > Seq

From LQWiki

Jump to: navigation, search

The seq command shows arithmetic sequences.

Example

seq 1 10 | tr -d '\n'
12345678910

Provided by

This command occurs in the GNU Coreutils where a man page can also be found. Many Linux systems, however, are using a different version. The current author has not yet tracked this down.

Related Commands

These all relate to numeric operations

  • factor - Factor positive integers.


Personal tools
Sponsored Links