Ovrld
December 20, 2025, 5:31pm
1
Hey guys
I used an “Execute Command” node with the following command:
find /data/inbox -maxdepth 1 -type f -name “*.pdf”
The execute command option was removed in version 2.0. Is there another way to get files from a folder?
Background: I need to grab individual PDF files from that folder for a PDF OCR/renaming automation process.
Kind regards,
Ovrld
markup
December 20, 2025, 9:53pm
3
The Execute Command Node was not removed with version 2.0, but deactivated by default.
You can set the environment variable NODES_EXCLUDE="[]" if you want to make all nodes active back again.
1 Like
Ovrld
December 20, 2025, 10:44pm
4
Sure - in the end this is my last option. But I try to find another “best practise” for this case. But thank you
@shaurya_goel
Thank you too - I will test this tomorrow
1 Like