[Ilugc] One Day One GNU/Linux Command (DOS2UNIX) ((tag: odoc, linux))

  • From: kapil@xxxxxxxxxxx (Kapil Hari Paranjape)
  • Date: Thu Sep 17 12:51:35 2009

Hello,

On Thu, 17 Sep 2009, Girish Venkatachalam wrote:

In the shell do this.

$ jot 50 1 50

An alternative for "bash" users is
 echo {1..20}
This can be taken further with things like
 echo file{1..20..2}

And so on.

Look at the section on "Brace Expansion" in the "bash" man page for
more information.

Kapil.
--

Other related posts: