Working with Bash and Python | Google IT Automation with Python Certificate

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024

Комментарии • 3

  • @thinkGrey_
    @thinkGrey_ 2 года назад +5

    good content

  • @josesaopedro1446
    @josesaopedro1446 Год назад +2

    You could do it like this:
    [ -n $PATH ] && echo "Your path is not empty"
    Thank you:-)