, - printf %s "$(...) ". :
b= grep "$a" replaced.txt | cut -f 2 -d" "
:
printf %s "$(grep "$a" replaced.txt | cut -f 2 -d" ") "
echo .
$(...) " ": grep "$a" replaced.txt | cut -f 2 -d" " , , , . , , DAY, :
printf %s "DAY "
( printf %s ... echo -n ... — — , , , , -n -e -.)