SyntaxFix
Write A Post
Hire A Developer
Questions
Have you tried:
echo "12|23|11" | awk '{split($0,a,"|"); print a[3],a[2],a[1]}'