I am grepping the one API what ever the values is comming I am passing those list values into one file in that file all the values is showing line by line may I know how can I get side by side . May I know is there any command for that .
curl -u admin:xxxx -X GET https://raju.jfrog.io/raju/api/repositories -H "application/json" | grep "key" | grep "raju" | awk '{print $3}'
"ansiraju",
"ansiraju-testing",
"raju-newrepo",
"raju-test",
"rajujlm",
"rajujlm1234",
"rajujlmk",
"rajujlmmn",
"rajujlmmnkm",
"rajujlmm",
May I know how can I get there values side by side like below
"ansiraju", "ansiraju-testing", "raju-newrepo"
..etc like that . Can any one help me on this