Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Created November 12, 2021 12:27
Show Gist options
  • Save taisyo7333/15fcd2b99cb586b0a0bc369367588c6b to your computer and use it in GitHub Desktop.
Save taisyo7333/15fcd2b99cb586b0a0bc369367588c6b to your computer and use it in GitHub Desktop.
Shellgei
ls -U | awk '{print $1, sprintf("%07d",$1)}' | xargs -n2 mv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment