Hi all
ý am trying to put two print at same line like;
echo 'line1' >> out.txt
date >> out.txt
and when i edit out.txt it gives ,
"line1
"Wed Jan 23 13:41:48 EET 2002
But i want to put them together like ;
"line1 Wed Jan 23 13:41:48 EET 2002
but how?
thanks.