![]() |
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 |
| pax error on appending data to LTO3 | kwliew999 | AIX | 0 | 04-20-2008 11:01 PM |
| Appending to a variable? | paqman | Shell Programming and Scripting | 0 | 08-14-2007 12:16 PM |
| appending space in binary data in c | arunkumar_mca | High Level Programming | 2 | 02-12-2007 09:30 PM |
| Appending data at the first and last line of a file | brainstormer | Shell Programming and Scripting | 4 | 01-03-2007 10:38 AM |
| help on appending data to existing data | precious51980 | UNIX for Dummies Questions & Answers | 1 | 01-27-2001 12:56 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Appending data into a variable
Hi,
I would like to know if it's possible to append data into a variable, rather than into a file. Although I can write information into a temporary file in /tmp, I'd rather if possible write into a variable, as I don't like the idea that should my script fail, I'll be polluting the server with messy temp files. Currently my script has a for loop containing: echo "$line" >> $tmpdir where $tmpdir represents a filename. Is there a way round this? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|