[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get install -- packet list from a file



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 to: