Hi all,

I am trying to retrieve a line of text from a text file. It is the disk space of a folder. Everytime, the number of files and size in the folder will increase.

I cannot use read line as everytime, if there is an increase in number of files, the result will be incorrect.

Is there a way where I can capture a line in the text file like:

Total files listed:
4,486 file(s) 123,234,234 bytes

I am interested in the line - 4,486 file(s) 123,234,234 bytes.