chk-jenux script

Linux for blind general discussion blinux-list at redhat.com
Thu Feb 4 11:39:39 UTC 2021


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.




More information about the Blinux-list mailing list