Post #2104234
2026-04-21 08:40 UTC
It is the little things that spark joy, right?
For me it just was the power of shell brace expansion a few moments ago when creating a folder structure in my repo.
Creating sequences instantly: `mkdir -p report_{01..05}`
Batch grouping folders: `mkdir -p ./{report_01,report_02,report_03}`
Such simple syntax. ♥️
#BashScripting #TerminalHacks #Productivity
Replies (0)
No replies.