In an AWK script I am using a command
system(date)
to print the current date in a file but after this command is executed next line is also added implicitly. Is there any way in AWK to print the current date without the new line being added so that whatever I print next comes in the same line?