#!/bin/bash
for file in `ls -1 | grep so`
do o=`apt-file find $file`
if [ "$o" = "" ]; then
echo $file
fi
doneMy script for testing availability in ubuntu. -- [needs-packaging] Scilab Aurora (video editor) https://bugs.launchpad.net/bugs/237860 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
