J'ai du texte stocké dans mon presse-papiers. Je veux stocker ce texte sur une script "variable" du shell.
Donc quelque chose comme :
ls -altr > pbcopy
tmp="something"
pbpaste > $tmp # this doesn't get the ls command output :(
echo $tmp # should not print something