You are viewing a single comment's thread. Return to all comments →
awk '{print3,1}' this code is sufficient to solve problem but to pass test case 3
awk '{print
3,
1}'
awk '{ out=(1:"") out=(2 OFS out : out) out=(3 OFS out : out) out=(4 OFS out : out) print out }'
awk '{ out=(
1:"") out=(
2 OFS out : out) out=(
3 OFS out : out) out=(
4 OFS out : out) print out }'
Seems like cookies are disabled on this browser, please enable them to open this website
'Sed' command #5
You are viewing a single comment's thread. Return to all comments →
awk '{print
3,
1}'
this code is sufficient to solve problem but to pass test case 3awk '{ out=(
1:"") out=(
2 OFS out : out) out=(
3 OFS out : out) out=(
4 OFS out : out) print out }'