summaryrefslogtreecommitdiffhomepage
path: root/src/prj/mmv/camel-to-snake-naïve.sh.gsp
blob: cd0d15659fcb6a10e2703227040f82dc91978bbb (plain) (blame)
1
2
@span .sh-cmt {-# If you aren’t a shell-guru, take a moment to figure out how this works!}
$ @span .sh-fn {-ls} *.[ch] | @span .sh-fn {-sed} @span .sh-str {-'p; s/[A-Z]/\\L_&/g'} | @span .sh-fn {-xargs} -L2 mv