![]() |
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 |
| use variable for sed print line | atchleykl | UNIX for Dummies Questions & Answers | 3 | 02-23-2009 01:49 PM |
| How to print a value in the variable using awk ? | jisha | Shell Programming and Scripting | 1 | 01-14-2008 07:45 AM |
| print variable in file using awk | kamel.seg | Shell Programming and Scripting | 3 | 01-03-2008 06:43 AM |
| print the name of variable | sun-guy | Shell Programming and Scripting | 1 | 08-06-2006 05:03 PM |
| print variable in awk | kazanoova2 | Shell Programming and Scripting | 8 | 05-17-2004 06:30 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
awk print redirection to variable file name
Hello,
i need to redirect the output of print to a variable file name: Code:
#This is normal
awk '{ print $17 > "output.txt" }' input
#I need something like this
awk '{ print $17 > "output_${25}.txt" }' input
|
| Bookmarks |
| Tags |
| shell script, shell scripting, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|