Getting Data In

parse a text directory listing

tom2000i
New Member

How can I extract directory name,file name,file size, and modify time from a recursive directory list saved as a txt file. The challenge is to keep the direcory asociation with the files.

Tags (1)
0 Karma

tom2000i
New Member

The directory listing is pretty much identical to what you get with a "dir /s" command from a DOS shell but without the file count and Dir count summary at the end of each dir list.

0 Karma

sambosplunk
Engager

If on Windows:

dir /s /ON /B > dir.txt

This will include the file and path info on the same row.

0 Karma

tom2000i
New Member

OK but this does not show file size and modification date

0 Karma

Paolo_Prigione
Builder

It would be a real mess... Would it be possible for you to retrieve an "easier" recursive listing such as what provided from:

find folder_name -exec ls -l \{\}\;

This way file and path info would be stored on the same row.

0 Karma

Ayn
Legend

Well it would certainly help if you told us more about what the directory listing looks like and how you would like to separate it.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...