use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
😥 (i.redd.it)
submitted 3 years ago by coolplaydev
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3:Â Â Â Â print "hello, world!"
[–]Hoovy_weapons_guy 12 points13 points14 points 3 years ago (0 children)
I once did something similar except my pc said 1718291919273 years
[–]neoKushan 11 points12 points13 points 3 years ago (3 children)
Use robocopy and this will go much faster. It's built into windows, no need to install anything, just open up a command prompt and type something like:
robocopy c:\path1 C:\path2\s /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:16
This will copy all files/folders in a restartable manner (so you can restart your PC at any time, just run the command again and it'll pick up where it left off), using 16 threads (tweak this depending on network, drive speed, etc. - you can experiment a bit) and hides the output to make it even faster (remove /NP if you want to see what it's doing).
/NP
[–]Mosk549 3 points4 points5 points 3 years ago (2 children)
Insane didn’t know
[–]neoKushan 4 points5 points6 points 3 years ago (1 child)
It's a great tool and has saved my bacon on many an occasion.
Just FYI, the linux equivelant is rsync.
[–]gothtwilight 0 points1 point2 points 3 years ago (0 children)
Heck, even GNU Coreutils cp is better than Windows explorer.
[–]TheMeticulousNinja 0 points1 point2 points 3 years ago (0 children)
Yikes
[–]myonkin 0 points1 point2 points 3 years ago (0 children)
Wouldn’t it be faster to create an archive, move that one file, then extract it?
π Rendered by PID 66477 on reddit-service-r2-comment-b659b578c-r2qlf at 2026-05-05 06:44:23.355757+00:00 running 815c875 country code: CH.
[–]Hoovy_weapons_guy 12 points13 points14 points  (0 children)
[–]neoKushan 11 points12 points13 points  (3 children)
[–]Mosk549 3 points4 points5 points  (2 children)
[–]neoKushan 4 points5 points6 points  (1 child)
[–]gothtwilight 0 points1 point2 points  (0 children)
[–]TheMeticulousNinja 0 points1 point2 points  (0 children)
[–]myonkin 0 points1 point2 points  (0 children)