Quantcast
Channel: shell script to walk folders and sub-folders, convert timestamp to UTC format and export .csv file - Unix & Linux Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by Kusalananda for shell script to walk folders and sub-folders,...

Assumption: You do not want to convert between timezones, just simply parse the timestamp in the filename as a string. Also, the three last digits are insignificant and may be discarded. Using find,...

View Article



Answer by andcoz for shell script to walk folders and sub-folders, convert...

Quick and dirty: find "/full/path/of/the/base/dir" -type f -printf "%f;%h;%f\n" \ | sed -r...

View Article

shell script to walk folders and sub-folders, convert timestamp to UTC format...

I have some huge amount of image files (around 100 000) spared into 50 folders and sub-folders and i need to write a script in order to treat this data automatically I am trying to write a Shell...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images