Sponsored Content
The Lounge What is on Your Mind? Siri and the future of scripters, and people like us... Post 302580975 by Corona688 on Sunday 11th of December 2011 12:57:11 PM
Old 12-11-2011
Watching someone hammer away -- for months -- at a monstrous java program that could be accomplished with a 1-line shell script, having used 9 terminals so far this morning in solving a work issue after being soundly told GUIs makes terminals wholly useless, I'm pretty convinced 'new' isn't always 'better'.

The bottom line is, the computer's not psychic. It can only respond in a human manner in a small preprogrammed domain. We'll still end up learning how to talk to the computer instead of vice-versa.

---------- Post updated at 11:57 AM ---------- Previous update was at 11:50 AM ----------

Quote:
Originally Posted by ifthanwhile
I have just noticed a trend of an unfortunate number of people who are "good with computers" but not familiar with anything going on behind the mouse and desktop. (To be certain that kind of person fills a niche in the technology field, but when the computer crashes and you have to boot to a command line they get lost.
All too true. It gets embarrassing to be hailed as a technical genius for exercising one's ability to read, and follow instructions Smilie

I had a customer bring in their computer after it 'crashed and went black and refused to do anything'. Boot it up and what's happened?

'CMOS time and date not set. Press F1 to continue' White text on a black screen instead of vice versa was so intimidating to them that they never read it.


Another one acted so astonished when their hard drive failed out of the blue. It'd been warning them every boot for weeks, a 'hard drive 0 fail' on the POST screen requiring them to hit F1 to boot. White text on a black screen instead of vice versa was so intimidating that they just mashed keys until they figured out F1 makes it boot.

Last edited by Corona688; 12-11-2011 at 02:11 PM..
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix for MS People

Hello Unix gods! I'm probably a pretty good programmer (on the windows/web/asp/iis side of things) with a good background in IT, but am looking for a new and fresh challenge, hence, I purchased a Sun Ultra5 system with Solaris 7 installed!! I'm quite good when it comes to "IBM compatibles" and... (2 Replies)
Discussion started by: NEWX
2 Replies

2. Shell Programming and Scripting

Attention Shell Scripters

Hi mates, Hope this is very simple for those who r well versed wth scripting but I'm literally new to scripting so please guys help me out in writing these basic scripts.I'm using Bash and Vi editor. 1 ....How to write a script that takes a file as an argument. The script should be able to... (1 Reply)
Discussion started by: bobby36
1 Replies

3. What is on Your Mind?

Finding people

Since this is a place for very smart, expert tech people I wanted to know if anyone knew a site or way to find accurate info on the whereabouts of relatives online. I am looking for a reputable site where I can find more then just last registered address. I need cell phone or recent email... (2 Replies)
Discussion started by: vedder191
2 Replies

4. Shell Programming and Scripting

Future dates.

If I have a script that writes the name of the file based on today, tomorrow, and the day after tomorrow. How would I modify the line echo "filename.${PDY}${CYC}" >>CONTROL to reflect tomorrow and the day after tomorrow and write it to the file called CONTROL? Since ${PDY} shows... (2 Replies)
Discussion started by: libertyforall
2 Replies

5. What is on Your Mind?

What people should be aware of

I you haven't already see it yet, I just wanted to share with you the following video : How lobbies controls international organizations regarding Food/Health ... Dailymotion - NWO - Nouvel Ordre Mondial - Codex Alimentarius - Food Plan - une vidéo News & Politics What happen when fees come... (2 Replies)
Discussion started by: ctsgnb
2 Replies
VI(1)							      General Commands Manual							     VI(1)

NAME
vi - screen oriented (visual) display editor based on ex SYNOPSIS
vi [ -t tag ] [ -r ] [ +command ] [ -l ] [ -wn ] name ... DESCRIPTION
Vi (visual) is a display oriented text editor based on ex(1). Ex and vi run the same code; it is possible to get to the command mode of ex from within vi and vice-versa. The Vi Quick Reference card and the Introduction to Display Editing with Vi provide full details on using vi. FILES
See ex(1). SEE ALSO
ex (1), edit (1), ``Vi Quick Reference'' card, ``An Introduction to Display Editing with Vi''. AUTHOR
William Joy Mark Horton added macros to visual mode and is maintaining version 3 BUGS
Software tabs using ^T work only immediately after the autoindent. Left and right shifts on intelligent terminals don't make use of insert and delete character operations in the terminal. The wrapmargin option can be fooled since it looks at output columns when blanks are typed. If a long word passes through the margin and onto the next line without a break, then the line won't be broken. Insert/delete within a line can be slow if tabs are present on intelligent terminals, since the terminals need help in doing this cor- rectly. Saving text on deletes in the named buffers is somewhat inefficient. The source command does not work when executed as :source; there is no way to use the :append, :change, and :insert commands, since it is not possible to give more than one line of input to a : escape. To use these on a :global you must Q to ex command mode, execute them, and then reenter the screen editor with vi or open. 3rd Berkeley Distribution April 29, 1985 VI(1)
All times are GMT -4. The time now is 11:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy