In Org-mode I would like to insert the result of a Unix command in a field. For instance, consider I have the following table:
| / |
| /bin |
| /usr/bin |
| /lib |
| /usr/lib |
I would like to insert a second column such as
$2 = <result of `du -sh $1` >
Is this possible?