Ho del testo memorizzato nei miei appunti. Voglio memorizzare questo testo su uno script di shell "variabile".
Quindi qualcosa del tipo:
ls -altr > pbcopy
tmp="something"
pbpaste > $tmp # this doesn't get the ls command output :(
echo $tmp # should not print something