Tengo algo de texto almacenado en mi portapapeles. Quiero almacenar este texto en una "variable" del script de shell.
Entonces algo como:
ls -altr > pbcopy
tmp="something"
pbpaste > $tmp # this doesn't get the ls command output :(
echo $tmp # should not print something