SyntaxFix
Write A Post
Hire A Developer
Questions
#Script for calculating various values in MB echo "Please enter some input: " read input_variable echo $input_variable | awk '{ foo = $1 / 1024 / 1024 ; print foo "MB" }'