Skip to main content

Timeline for Find and Move Command in Terminal

Current License: CC BY-SA 4.0

7 events
when toggle format what by license comment
Jun 15, 2020 at 4:55 comment added Sudhs I got the answer. I used this command and it works find . -type f -name "Screen*.png" -exec mv {} ScreenShot/ \;
Jun 15, 2020 at 4:48 comment added Sudhs When I use -t it is showing "Illegal option -- t"
Jun 15, 2020 at 4:43 comment added Sudhs I used "mv -t dest {} +" as well. It is giving same error
Jun 15, 2020 at 0:19 comment added user1133275 @Quasímodo those are just excerpts highlighting the issue to be prefixed and suffixed appropriately
Jun 14, 2020 at 23:54 comment added Quasímodo I think the last one is meant to be mv {} dest \;, right?
Jun 14, 2020 at 23:20 review Low quality posts
Jun 15, 2020 at 0:28
Jun 14, 2020 at 23:04 history answered user1133275 CC BY-SA 4.0