Bash: Loop through file and read substring as argument, execute multiple instances
问题 How it is now I currently have a script running under windows that frequently invokes recursive file trees from a list of servers. I use an AutoIt (job manager) script to execute 30 parallel instances of lftp (still windows), doing this: lftp -e "find .; exit" <serveraddr> The file used as input for the job manager is a plain text file and each line is formatted like this: <serveraddr>|... where "..." is unimportant data. I need to run multiple instances of lftp in order to achieve maximum