Be very careful when pasting stuffs inside a terminal. Show 2 more comments. I can never remember if it's a zero or O — Alexander Mills. I use axel and wget for downloading from terminal, axel is download accelerator syntax axel axel www.
Community Bot 1. Tachyons Tachyons Read this answer as well. Michael Tunnell Michael Tunnell 4, 1 1 gold badge 16 16 silver badges 20 20 bronze badges. The Overflow Blog. Podcast what if you could invest in your favorite developer? Who owns this outage? Building intelligent escalation chains for modern SRE. Featured on Meta. Now live: A fully responsive profile. Reducing the weight of our footer. Recommend Deletion option in Late Answers review queue does nothing - please Please stop posting half answers and dumb advice as comments.
Linked 0. Related 0. As a Linux user, I can't help but spend most of my time on the command line. Not that the GUI is not efficient, but there are things that are simply faster to do with the keyboard. Think about copy and paste. Select a text you want to copy, go to the edit menu, click, precisely move down to copy, click, then go to the destination, click where you want to paste, go to edit menu, click, move down to the paste option, then paste.
Every time I see someone do this, I die a little inside. Sure you can save some time by right-clicking, copy, right-click, paste. But you can save some more time by pressing, ctrl-c then ctrl-v. My hands are already on the keyboard, and I would rather do the mundane things on the keyboard and not think about them. One thing I do frequently is download files. They can be zip file, tgz, or jpg. On linux, all I have to do is open the command line, run wget with the file I want to download and it is done.
Straight to the point. But how do you do that when you are on a Windows machine? Let me introduce you to cURL, pronounced curl. But I just want to download the file on Windows so let's just learn how to do that.
Easy right? Now you can download files right from the command line all by simply using your keyboard. It is time I confess. This is not the curl tool you are using. It's only an alias. In reality, we are calling the command Invoke-WebRequest. But hey! It works, so we don't care.
You can call it in its native format if you want to. Active 4 years, 10 months ago. Viewed 17k times. Improve this question. Govind Parmar This question should be on SuperUser. Yes, off-topic for StackOverflow. Add a comment. Active Oldest Votes. Improve this answer. Ryan Bemrose Ryan Bemrose 8, 36 36 silver badges 51 51 bronze badges. The Overflow Blog.
0コメント