summaryrefslogtreecommitdiffhomepage
path: root/src/prj/mmv/camel-to-snake-naïve.sh.gsp
blob: 0d7b84b238cd8100dc0ee62b89e92cb495605d13 (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