This tutorial shows how to connect the Suse box through the windows box to the Internet:
This tutorial shows how to connect the Suse box through the windows box to the Internet:
filenames="file1 file2 file3 file4 file5 file6 file7"
target="everything" # target filename for full ZIP archive + .zip
searchdb="search-database" # target filename for search db ZIP archive
newestfile="$(ls -t *xml | head -1)"
if [ $newestfile -nt $target.zip ] ; then
# time to rebuild the archive
zip $target *xml
fi
The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.
Join / Linux Training / Board