- Samsung confirms big durability upgrade for Galaxy S25 Edge - and it's mostly good news
- Dispute over Broadcom's licensing policy escalates
- Broadcom allegedly sends demand letters to perpetual VMware license holders
- The Nvidia Shield TV just got a long-awaited update - including these bug fixes
- This quiet AI upgrade actually changed my life
Concatenating strings and using += in bash
It’s quite easy to get bash to concatenate strings and do simple math on Linux, but there are a number of options for you to use. This post focusses on concatenating strings, but also shows how one of the operators (+=) also plays a primary role in incrementing numbers. Concatenating strings In general, the only time that you’d want to concatenate strings on Linux is when one string is already defined and you want to…
Read More