Δημοσιεύτηκε: 12 Δεκ 2019, 14:48
από akounadis
@Tassos10 σωστά!

Π.χ.

Κώδικας: Επιλογή όλων
#!/bin/bash
simera=$(wget -q -O- http://www.greeknamedays.gr/tools/eortologiorssfeed/index.php\?langid\=gr | grep -o "<description>.*" | tail -n1  | cut -c 14- | cut -f1 -d"<" | sed 's/\, /\n/g')
#notify-send "$simera"
zenity --title "Σήμερα γιορτάζει" --info --text="$simera" --width=250


...και επιλέγεις notify ή zenity ;)