exec 9<config.txt while read line <&9; do echo "$line" done exec 9<&-
#!/bin/bash target=$(<input.txt) echo "$target"
Last updated 3 years ago