I have file:
cat abc.txt
Data is here
ASDF 1234
GHJKL 5678
!@#$% 0011
I am using command "(echo "Random data is:,"; cat abc.txt) | xargs > red1.csv"
I need to print in data in below format **
Random data is: Data is here
ASDF 1234
GHJKL 5678
!@#$% 0011