Search results

  1. M

    problem with a script on Bash

    Hi! I'm new, I only started learning Linux 2 days ago. I have a problem with a script on bash. I can't find and fix the error. Can you help me? Thx Maria #!/bin/bash function Ddate() { zenity —info \ —title "Date and Time" \ —text "Today is $(date)" } function Dcalendar() { zenity...
Top