Skip to main content

5.2) Using Wildcards


If you just want to see all the files that begin with ‘File’ then you can try:

ls File

and the result will be:

File

But this missed files ‘File1’, ‘File2’ and ‘File354’! So now try:

ls File*