passepartout@feddit.org to Programmer Humor@programming.dev · 2 days agoChoose your path!feddit.orgimagemessage-square86fedilinkarrow-up1410arrow-down133
arrow-up1377arrow-down1imageChoose your path!feddit.orgpassepartout@feddit.org to Programmer Humor@programming.dev · 2 days agomessage-square86fedilink
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up1·edit-213 hours agoI just use nushell’s builtins instead of wrangling with IFS and bash idiosyncrasies. It’s been years since I’ve corrupted data by parsing text wrong. But even if someone doesn’t want that: apart from using it in legacy scripts, grep is just a strictly less useful ripgrep these days, no?
I just use nushell’s builtins instead of wrangling with
IFSand bash idiosyncrasies. It’s been years since I’ve corrupted data by parsing text wrong.But even if someone doesn’t want that: apart from using it in legacy scripts,
grepis just a strictly less usefulripgrepthese days, no?