Created
June 19, 2017 16:59
-
-
Save wlmeng11/8e28ee602bde261ad6949232fec33d64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| for f in `ls | grep Analog_Frontend`; do | |
| mv $f `echo $f | sed -n 's/Analog_Frontend/Phased_Array/p'` | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment