![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send console message to all users and tty | gfca | UNIX for Advanced & Expert Users | 2 | 08-10-2008 12:50 AM |
| To write to console and file | harikamamidala | Shell Programming and Scripting | 1 | 07-30-2007 09:53 AM |
| console message from Crontab run | aixhelp | UNIX for Dummies Questions & Answers | 1 | 07-11-2007 11:29 AM |
| How do i access (mount, read & write) a floppy disk from the console, not being root? | kfaday | UNIX for Dummies Questions & Answers | 4 | 05-13-2005 12:17 PM |
| console error message | boristhespider | UNIX for Dummies Questions & Answers | 3 | 09-03-2001 03:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi all,
I have a requirement, where I need to do some calculations and based on the results I need to write a message to the user from a shell script. Is it possible to `write' inside the script? Something like the below one.. Code:
#! /bin/ksh write user12 << EOF Hello World <<EOF Code:
wrt[6]: here document `EOF' unclosed |
|
||||
|
Quote:
Code:
write user12 << EOF Hello World EOF |
![]() |
| Bookmarks |
| Tags |
| inside script, user console, write |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|