Le lundi 01 novembre, Steve Kemp écrivit :
[...]

>   apt-get install $(cat file-list)

A shortcut, shell only, without forking 'cat' :
   apt-get install $(<file-list)

Attachment: signature.asc
Description: Digital signature

Reply via email to