I have over 200 xml files, all written using Textpad.
Short of opening each file and recording the total line count, does anyone know of a way to obtain a total number of lines in all the files in a given directory?
total line count
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Here's one way:
- Click Search > Find In Files.
- In Find what, enter ^
- In In files, enter *.xml
- In In folder, select the desired folder.
- Under Report detail, select All matching lines.
- Select Regular expression.
- Click Find.
total line count
Ak, thank you so much. Works perfectly. Saved me many hours and prevented me from burning-up my calculator.