Answer the question
In order to leave comments, you need to log in
How to move several files to another folder at once in the linux terminal?
After this command ( ~$ ls | grep '.jpg' ) I have a list of files that I want to move to another folder. Please tell me how to do this without moving one file at a time?
Answer the question
In order to leave comments, you need to log in
mv ./*.jpg /papka/eshe_odna/finish/
Actually, this command alone is enough, grep is not needed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question