Skip to content

Instantly share code, notes, and snippets.

@mu-777
Created November 6, 2017 00:24
Show Gist options
  • Save mu-777/aec93f278025963ec428faee6071d81b to your computer and use it in GitHub Desktop.
Save mu-777/aec93f278025963ec428faee6071d81b to your computer and use it in GitHub Desktop.
2つの引数を取るxargs
find ./ -type f | sed 'p;s/aaa/bbb/' | xargs -n2 mv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment