Created
September 21, 2018 09:48
-
-
Save seeni-dev/e1e3729f312b08cb2642ecd43e165493 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
for i in `seq 5` #consider that we have 5 seasons | |
do | |
mkdir S$i; # creating directory | |
mv *S$i* S$i; #moving the files | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment