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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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