#!/bin/bash while read -r p; do echo "Copying $p..." cp "$p" fav done