Skip to main content

Timeline for Expand a bash brace expansion

Current License: CC BY-SA 3.0

9 events
when toggle format what by license comment
Apr 21, 2024 at 16:40 comment added Digital Trauma @guest4308 From the sed manual This command allows one to pipe input from a shell command into pattern space. This is literally running a shell.
Apr 20, 2024 at 23:55 comment added user119818 it's not a shell so it's technically not disallowed; but it's still against the spirit of the rules so it's going in a comment: GNU sed, 13 bytes: s/.*/echo &/e
Aug 17, 2021 at 21:34 comment added user100887 I quite like bash brace expressions.
Jul 8, 2016 at 2:53 answer added Value Ink timeline score: 3
Jul 7, 2016 at 23:40 answer added Neil timeline score: 3
Jun 30, 2016 at 22:23 answer added Blue timeline score: 3
Mar 6, 2016 at 11:45 comment added Neil I looked into this and it's a pain simply to parse because of all the edge cases :-(
Mar 1, 2016 at 3:04 history tweeted twitter.com/StackCodeGolf/status/704502639728398337
Feb 29, 2016 at 21:13 history asked Digital Trauma CC BY-SA 3.0