Skip to main content
added 8 characters in body
Source Link
K7AAY
  • 3.9k
  • 4
  • 27
  • 40

Add this to the end of the command string you now have:

| tr ' ' '\n'

| tr ' ' '\n' 

which replaces the space character with a newline.

Add this to the end of the command string you now have:

| tr ' ' '\n'

which replaces the space character with a newline.

Add this to the end of the command string you now have:

| tr ' ' '\n' 

which replaces the space character with a newline.

Source Link
K7AAY
  • 3.9k
  • 4
  • 27
  • 40

Add this to the end of the command string you now have:

| tr ' ' '\n'

which replaces the space character with a newline.