I'm suppose to write a command that would list all files that end in .tx.tx with an optional tt at the end.
So far all I got is listing the files that end in .tx.tx which is:
ls *.tx
ls *.tx
Now my problem is how do I add the optional tt at the end.
Thanks!