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!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...