War, climate among high priority topics at Davos meeting
#comic #unix_surrealism #linux #art #mastoart #computers #bash #dillo #lgbt
War, climate among high priority topics at Davos meeting
#comic #unix_surrealism #linux #art #mastoart #computers #bash #dillo #lgbt
Пять проблем Bash, которые ломают скрипты в самый неудачный момент
Bash прощает многое: можно писать кривые скрипты годами, и они будут работать. Кривизна вылезает, как правило, в самый неподходящий момент. В статье рассмотрим пять ошибок, которые встречаются даже в проектах с опытными админами, потому что поведение Bash в этих местах неинтуитивно и плохо документировано в одном месте.
https://habr.com/ru/companies/otus/articles/1039854/
#Bash #Linux #скрипты #shell #subshell #set_e #pipefail #trap #nullglob #обработка_ошибок
Shell und Programmieren
Wohin mit Daten
https://forum.ubuntuusers.de/topic/wohin-mit-daten/
31.05.2026 um 21:17 Uhr
#ubuntuusers #forumuu #linux #opensource #fragenistmenschlich #programming #coding #shell #bash #dash #sh #python #terminal #skript
How to set a variable from a multiline file in GitHub #commandline #bash
It's amazing how much #Bash trips over itself to do stuff as asked.
If sleep ... *it's sleeping
*wakes up … did that, true!
Understanding Bash Function Arguments and Return Values
https://www.linuxteck.com/bash-function-arguments-and-return-values/
Bash functions don't return strings the way many programming languages do.
This guide explains function arguments, positional parameters, return codes, command substitution, and practical patterns for writing cleaner shell scripts.