/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ls foo*.jpg | awk '{print("mv "$1" "$1)}' | sed 's/foo/bar/2' | /bin/sh