Sponsored Content
The Lounge What is on Your Mind? Siri and the future of scripters, and people like us... Post 302577532 by ifthanwhile on Tuesday 29th of November 2011 09:38:46 AM
Old 11-29-2011
I have just watched users get farther and farther from what the computer is actually doing. Layer after layer is being applied to the GUI each one more user friendly but also less capable of knowing what is wrong with it when something does go wrong.
I guess I should have said I was in IT support...
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.
 

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
WRITE(1)                                                    BSD General Commands Manual                                                   WRITE(1)

NAME
write -- send a message to another user SYNOPSIS
write user [tty] DESCRIPTION
The write utility allows you to communicate with other users, by copying lines from your terminal to theirs. When you run the write command, the user you are writing to gets a message of the form: Message from yourname@yourhost on yourtty at hh:mm ... Any further lines you enter will be copied to the specified user's terminal. If the other user wants to reply, they must run write as well. When you are done, type an end-of-file or interrupt character. The other user will see the message 'EOF' indicating that the conversation is over. You can prevent people (other than the super-user) from writing to you with the mesg(1) command. If the user you want to write to is logged in on more than one terminal, you can specify which terminal to write to by specifying the termi- nal name as the second operand to the write command. Alternatively, you can let write select one of the terminals - it will pick the one with the shortest idle time. This is so that if the user is logged in at work and also dialed up from home, the message will go to the right place. The traditional protocol for writing to someone is that the string '-o', either at the end of a line or on a line by itself, means that it is the other person's turn to talk. The string 'oo' means that the person believes the conversation to be over. SEE ALSO
mesg(1), talk(1), wall(1), who(1) HISTORY
A write command appeared in Version 1 AT&T UNIX. BUGS
The sender's LC_CTYPE setting is used to determine which characters are safe to write to a terminal, not the receiver's (which write has no way of knowing). BSD February 13, 2012 BSD
All times are GMT -4. The time now is 09:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy