Sup guys. How I can make terminal to show the text that I want ? And how to edit the text that is already displayed For example terminal is showing now:
user@host: sudo writetext
bash: writetext: command not found
How to edit this text to be displayed like this
user@host: sudo writetext 5
writelext line 1 executed
writelext line 2 executed
writelext line 3 executed
writelext line 4 executed
writelext line 5 executed
I don't need the program to work, i just need to know how to display random text in terminal