How can I have my terminal in ubuntu starting with an ascii banner every time from default?
|
Your .bashrc file is executed every time you open a new terminal, so if you add this line to it:
That should do it |
|||
|
|
|
The is a command called
And place a line in your
And it will print
|
|||
|
|
|
You could use
List the animals with
You could take advantage of shell variables like
|
|||
|
|

