The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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
extracting data and store in database mam Shell Programming and Scripting 2 01-29-2008 05:08 AM
How to store the values in a file into an array risshanth UNIX for Dummies Questions & Answers 3 01-22-2008 10:34 AM
How to store the data retrived by a select query into variables? jisha Shell Programming and Scripting 12 01-17-2008 11:45 PM
store the first line of a file in a variable dineshr85 Shell Programming and Scripting 0 12-06-2007 04:41 AM
store output to a file and read from it afadaghi Shell Programming and Scripting 2 10-04-2005 01:00 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-09-2007
krishna_sicsr krishna_sicsr is offline
Registered User
  
 

Join Date: Mar 2007
Posts: 25
How to store Data in a File

I want to read a data from a read command and store it in a file......
Plz send me how I can do that
Ex:
read val
and I want to store this val in a file called temp.
  #2 (permalink)  
Old 06-09-2007
porter porter is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2007
Posts: 2,965

Code:
MYVAR=fred
echo MYVAR = $MYVAR
echo $MYVAR >temp
MYVAR=banana
echo MYVAR = $MYVAR
read MYVAR <temp
echo MYVAR = $MYVAR

  #3 (permalink)  
Old 06-09-2007
Shell_Life's Avatar
Shell_Life Shell_Life is offline
Registered User
  
 

Join Date: Mar 2007
Location: Bahia, Brazil
Posts: 695
Krishna,
One important thing to remember is the difference between
single ">" (creates a new file) and double ">>" (creates the file
if it does not exists, if it exists, appends to it).
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 04:10 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0