Execute Multiple Command Lines Based on External File Inputs - n8n Workflow | Neura Market
Execute Multiple Command Lines Based on External File Inputs
This workflow takes a text file as input. It pulls the information from the text file and uses it as a parameter to execute a command for each text line.
This workflow references a file `/home/n8n/filelist.txt` in the *Read Binary File* node which will need to be changed to work properly. You can also edit the *Execute Command* node to modify what happens for each of these lines of text.

**Note:** This workflow requires the Execute Command node which is only available on the on-premise version of n8n.
Platform
n8n
Category
IT & Development
Price
Free
Creator
jason
if
noOp
function
manualTrigger
executeCommand
moveBinaryData
readBinaryFile
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.