Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Copy.
Anyone whom says cut is mentally unstable and likely displays psychopathic habits and should therefore be avoided. -
Trithon10306y^X ^V or alternatively d<motion> p
Maybe i'll use visual mode instead of deleting right away -
Ximidar8526yfor me it's more like
ctrl+x and accicently press 'c' which makes it cut then copy an empty space. -
felbit4116yI might actually be mentally unstable and show signs of psychopathic behaviour :D I actually Cut and paste in place to paste in destination if I just want to copy...
-
Mellophi2566yThat was actually asked in my interview and the correct answer is cut past.
Reason:
Cut past moves the file... i.e. there is no new file creation involved in the buffer and as a result it is faster.
The faster the better so cut past better ((well ofc if you don't want to keep a copy)) -
@GodlikeBlock Man, I use y instead of d most of the time cause I feel like I'll break something if I delete it first
-
C0D4681386yIf the file is moving on the same drive, cut + paste
If the file is headed over a network, copy + paste + delete
If something goes wrong during the transfer of the file when it’s been cut, it’s going to be corrupt at the other end (if it makes it) and you won’t have the original to try again.
Related Rants
-
jeeper3Such immense satisfaction when. You have been telling the other team that the problem is on their end and prov...
-
akshar1"We store all this information about you to make your experience better". 👌100% transparency. 👌
-
olback5Oh yeah, the app does nothing and yet it's still 14mb in size. Like bruh, 'The app does nothing', nothing as i...
Cut -> Paste
OR
Copy -> Paste -> Delete (original)?
question
🤔