Why Linux Command-Line?

Hi
I have just registered here.
This is a video I created to explain why linux users tend to command line.
All comments are welcome.
If sound tracks are not clear, use English caption of this video.
Regards
http://youtube.googleapis.com/v/IqaryB7SxJU

Here it is with the video inserted with the tags below.

http://youtube.googleapis.com/v/IqaryB7SxJU

http://youtube.googleapis.com/v/IqaryB7SxJU

Beautifully made video :slight_smile:

Great video, thanks but, I can do all of that from a gui as well. :wink:

Coming from Atari I have always been lazy regarding command line. I did use MS dos a on a few occasions with Windows. My first Linux distro was Kate and from that point i have only used gui except when prompted by Mark or others on this site.

Once again Thank you. :slight_smile:

I have to agree with toonman here but if that video demonstrates anything it’s just how powerful the command line can be in the hands of someone who understands the language, personally i would never be able to use the command line to that level although I am trying to learn and i have learned some basic commands, because i admire those who can use it.

For the average PC user like myself the command line is really a non starter and if Linux in general is to gain more widespread adoption good and intuitive gui’s are imperative and something I think Linux is still lagging behind Windows although I think the gap is closing

Graeme

I think you missed Toonmans point.

What I think he was saying was most tasks in Linux CAN be done from the GUI.

The reason I give CLI instructions on this forum is because

a) they’re easier to type

b) they leave less (no) room for user interpretation.

c) they can be copy/pasted

d) they often return useful info if something goes wrong

NOT because it can only be done from the command line.

The point to the video is that the Linux command line is uber-powerful, and can be quicker/easier than going through a ton of mouse clicks :slight_smile:

What I think he was saying was most tasks in Linux CAN be done from the GUI.

I didn’t disagree with that Mark, I was only trying to say that arashium’s video shows just how powerful the command line could be, but that only applies to those who not only know how to write instructions in the terminal but can interprete the answers as well which most of us can’t.

I understand your reasons for giving instructions in the terminal and it makes perfect sense, the only problem is that sometimes I feel like all I’m learning is how to copy and paste into a terminal in other words although you always solve the problem I rarely know how and I mean no disrespect when I say that :slight_smile:

Graeme

I was only trying to say that arashium's video shows just how powerful the command line could be, but that only applies to those who not only know how to write instructions in the terminal but can interprete the answers as well which most of us can't.

Oh sure, there’s a learning curve which can appear steep … but I think the point of the video is to say “look it’s worth it, and the CLI isn’t to be feared” :wink:

the only problem is that sometimes I feel like all I'm learning is how to copy and paste into a terminal

There’s nothing stopping you using the man pages to try understand what a given command is doing … that’s how I learned :slight_smile:

Well,
let me explain somethings
first of all i have to say here i do not compare GUI with command-line. for people who have come from windows background, command-line of Linux reminds them CMD of windows. here i wanted to say that in Linux command-line is enough to do anything. of course i am running Ubuntu desktop and if i can do anything with GUI easier, definitely i would use GUI. but sometimes i need to cascade commands to run them on an HTML file to grab some Urls. or i want to download 100 direct links and check their md5 too. when loop of commands or even multiple commands have to be are run, using command-line can be much easier. so do not compare single commands with GUI.
this video was not to teach anything to the professional Linux users, but to people who are reluctant to use Linux just because of command-line.
in addition most of video focused on the other aspects of command-line. for example, command line is more standard for all distributions, easily documented, easily programmed, etc.
my experience: GUI, command-line, command-line + GUI :slight_smile:

for people who have come from windows background, command-line of Linux reminds them CMD of windows

Heh … most Windows users have no idea what cmd or the powershell is, and just get a strange blank look on their face when looking at a terminal prompt :slight_smile:

I can’t make up my mind whether that video makes me more frightened or less frightened of the command line but it was definitely impressive :slight_smile:

Wow, I have been using linux since 2004 and did not even think that ffmpeg could record the screen via console…this changes everything!!!

even though command line is good for you programmer guys it can not be useful for normal users at all because it sucks

Hi remnia, and welcome to the forum :slight_smile:

I’m not a programmer, but I use the command line a lot … simply because it’s quicker (for some tasks) than going through menus and swapping windows, etc. ???

There are plenty of non-programmers that use the shell, and no doubt some programmers that can’t/don’t.

You don’t “have” to use it, but it’s there if you “choose” to.


It’s also a LOT easier to help out on forums by giving the solution as commands.

Here’s a little experiment for you … you type instructions to move a file called “start.txt” from your desktop to your home folder, and rename it to “done.txt” using the GUI … then compare your response to this:

mv ~/Desktop/start.txt ~/done.txt

I’m betting your instructions are MUCH longer and harder to type … on top of that, you can copy/paste mine … still convinced it sucks ? :wink:

I am a programmer (we prefer developer) and I spend at most 10% of my time in console. Most of the time we use tools like Eclipse and other build tools.

That was was both entertaining and informative. It should also be used to show off the capabilities of command-line.

I hate it to see people are against command-line in fanatic way.

Hi zetra, and welcome to the forum :slight_smile:

I think it is more likely that they are scared from the command line. :wink:

I think it is more likely that they are scared from the command line.

I’m scared of it as well but I can appreciate it’s power, just wish I had the brains to use it :slight_smile: