Skip to main content
deleted 1 character in body; edited tags
Source Link
don_crissti
  • 85.7k
  • 31
  • 234
  • 262

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!

I'm suppose to write a command that would list all files that end in .tx with an optional t at the end.

So far all I got is listing the files that end in .tx which is:

ls *.tx

Now my problem is how do I add the optional t at the end.

Thanks!

I'm suppose to write a command that would list all files that end in .tx with an optional t at the end.

So far all I got is listing the files that end in .tx which is:

ls *.tx

Now my problem is how do I add the optional t at the end.

deleted 1 character in body
Source Link
shawn edward
  • 493
  • 4
  • 13
  • 17

I'm suppose to write a command that would list all files that end in .tx with an optional t at the end.

So far all I got is listing the files that end in .tx which is:

ls *.tx$tx

Now my problem is how do I add the optional t at the end.

Thanks!

I'm suppose to write a command that would list all files that end in .tx with an optional t at the end.

So far all I got is listing the files that end in .tx which is:

ls *.tx$

Now my problem is how do I add the optional t at the end.

Thanks!

I'm suppose to write a command that would list all files that end in .tx with an optional t at the end.

So far all I got is listing the files that end in .tx which is:

ls *.tx

Now my problem is how do I add the optional t at the end.

Thanks!

Source Link
shawn edward
  • 493
  • 4
  • 13
  • 17

Listing files with a certain extension

I'm suppose to write a command that would list all files that end in .tx with an optional t at the end.

So far all I got is listing the files that end in .tx which is:

ls *.tx$

Now my problem is how do I add the optional t at the end.

Thanks!