Return the absolute value of a number.
Section: Numbers and Math
Absolute value
bash
bash
echo '-42' | jq 'abs'Explanation
Simple but useful in transformations.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Numbers and Math