Utilisation du sous-système Linux pour Windows (LSW), clip.exe
peut être utilisé pour copier des données dans le presse-papiers de Windows :
$ clip.exe /?
CLIP
Description:
Redirects output of command line tools to the Windows clipboard.
This text output can then be pasted into other programs.
Parameter List:
/? Displays this help message.
Examples:
DIR | CLIP Places a copy of the current directory
listing into the Windows clipboard.
CLIP < README.TXT Places a copy of the text from readme.txt
on to the Windows clipboard.
Existe-t-il un moyen de canaliser DE le presse-papiers ? Exemples d'utilisation prévue :
$ paste.exe > foo.txt
$ paste.exe | tr , '\n' | clip.exe