Skip to main content
1 of 2

You can use awk.

awk -v line="$line" 'BEGIN {print line}'