I use this to find what to download for Jenux.
cut here.
#!/usr/bin/env bash
# file: chk-jenux.sh - chk-jenux check jenux website for proper lines for iso 
and integrity check files
file0='https://nashcentral.duckdns.org/projects/'
file1=`lynx -dump -nonumbers $file0 | grep -in jenux|head -7| tail -1`
echo "file1 has value: "
echo -n $file1
file2=`basename $file1`
echo "file2 has value: "
echo $file2
file3=`lynx -dump -nonumbers $file0 | grep -i Jenux|head -6|tail -1`
echo "file3 has value: "
echo $file3

cut here.

_______________________________________________
Blinux-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/blinux-list

Reply via email to