Skip to main content
edited body
Source Link
Jim L.
  • 8.8k
  • 1
  • 15
  • 29

Using [jot(1)(1)][1]:

$ jot -c 96 32 ! " # $ ... { | } ~ 

This command prints 96 integers beginning at 32, and formats each integer as an ASCII character, delimited by newlines. [1]: https://www.freebsd.org/cgi/man.cgi?query=jot

Using [jot(1)][1]:

$ jot -c 96 32 ! " # $ ... { | } ~ 

This command prints 96 integers beginning at 32, and formats each integer as an ASCII character, delimited by newlines. [1]: https://www.freebsd.org/cgi/man.cgi?query=jot

Using [jot(1)][1]:

$ jot -c 96 32 ! " # $ ... { | } ~ 

This command prints 96 integers beginning at 32, and formats each integer as an ASCII character, delimited by newlines. [1]: https://www.freebsd.org/cgi/man.cgi?query=jot

Source Link
Jim L.
  • 8.8k
  • 1
  • 15
  • 29

Using [jot(1)][1]:

$ jot -c 96 32 ! " # $ ... { | } ~ 

This command prints 96 integers beginning at 32, and formats each integer as an ASCII character, delimited by newlines. [1]: https://www.freebsd.org/cgi/man.cgi?query=jot