Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Share only *.txt files?

Status
Not open for further replies.

BobRaney

Programmer
Nov 22, 2001
59
US
Hello

Is their any parameter that I can set to show only files with a .txt extention?


[test]
path = /usr/test

I would like to show only files /usr/test/*.txt

Thanks

Bob
 
There is a 'hide files' option, but I don't know of any 'show files' option. Possibly with careful wildcard use, you could achieve what you're after. The format is:

hide files = /*.htm/*.tar/

where:
* wildcard is allowed
multiple filename patterns can be used
filnames or patterns must be surronded by / (before and after)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top