Pass the -c argument to top to display the command line arguments that were passed to the process
top -c
In my humble opinion ....
top -c
free
the following command can be used:
watch -n1 free
std::string line = " hello world ";
boost::algorithm::trim(line);
echo "change my case" | tr '[a-z]' '[A-Z]'
sed 's/^//g'
echo "bar" | sed 's/^/foo-/g'