Last active
October 11, 2022 15:36
-
-
Save eminorhan/9c6ea951f60a731c6d44265b2ef845fe to your computer and use it in GitHub Desktop.
inline easy move dirs demo
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
for X in {1..50} ; do mv s2/o$X/* o$X/ ; mv s3/o$X/* o$X/ ; mv s4/o$X/* o$X/ ; mv s5/o$X/* o$X/ ; mv s6/o$X/* o$X/ ; done & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment