On Wed, May 19, 2004 at 10:20:56AM +0800, Dan Jacobson wrote:
> Here is a simpleminded listing of packages in the GNU directory but not in Debian 
> yet.
> $ lynx -dump http://www.gnu.org/directory/GNU/|
> perl -wnle 'if(m@/GNU/.*.html@)[EMAIL PROTECTED] q{[./]}; print lc $F[$#F-1]}'|sort 
> -o /tmp/gnu
> $ COLUMNS=222 dpkg-query -l \*|awk '/===/,EOF{print $2}'|sort -o /tmp/debian
> $ comm -23 /tmp/gnu /tmp/debian|xargs|fold -s|sed 's/ $//'

Why don't you look for source package names?

-- 
Colin Watson                                  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to