Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FIND in multiple files?
Name: Ed M Date: February 9, 2000 at 17:44:27 Pacific
Comment:
Is there a way to use FIND to locate text in multiple files *without* typing each individual file name? I have tried redirecting DIR output and some other things and can't figure it out. Thanks.
Name: Owen Prince Date: February 9, 2000 at 18:27:44 Pacific
Reply:
use dir *.txt and it will list only text files. you can use this for any tag. like dir *.com or dir *.exe and will list only the files you want. you can also use it with like dir house.* and will list all files with house in it.
Summary: Hi, I want to create a file to do the following: 1. Create multiple copies of a folder and rename them in a numerically ascending order. 2. Open a specific file from the folder and change some of the ...
Summary: Hi wizeguys, Can anyone help me with this problem? I need to update a file used by oracle called tnsnames.ora, wich is located multiple places on one or more local harddrives on a lot of clients. The ...
Summary: Hi I need to rename multiple files with a *.xls extension into file names which have a sequential number. E.g. tony.xls --> 1.xls paul.xls --> 2.xls mary.xls --> 3.xls robert.xls --> 4.xls . . . I fou...