passepartout@feddit.org to Programmer Humor@programming.dev · 2 days agoChoose your path!feddit.orgimagemessage-square65fedilinkarrow-up1336arrow-down125
arrow-up1311arrow-down1imageChoose your path!feddit.orgpassepartout@feddit.org to Programmer Humor@programming.dev · 2 days agomessage-square65fedilink
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up1·edit-29 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?