The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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
cat command in sh and tabs echo Shell Programming and Scripting 3 10-03-2008 11:06 PM
VIM tabs... xyzt UNIX and Linux Applications 2 06-10-2008 01:27 PM
Color those tabs! iBot UNIX and Linux RSS News 0 12-10-2007 05:40 AM
removing certain tabs djkane Shell Programming and Scripting 2 08-17-2006 05:58 AM
Cron Tabs rocker40 UNIX for Dummies Questions & Answers 1 12-23-2003 12:10 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 05-26-2009
repinementer repinementer is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 158
How to inset tabs in ARRAYS

Hi I have the follwong command at the end of the program

print arr[1]" "arr[2]" "arr[3]}

I would like to insert the tabs in these three values and 3 values should be in single line.

Would u guys plz suggest me what to do!
  #2 (permalink)  
Old 05-26-2009
vidyadhar85's Avatar
vidyadhar85 vidyadhar85 is offline Forum Staff  
Moderator(The Tutor)
  
 

Join Date: Jun 2008
Location: INDIA
Posts: 1,391
Quote:
Originally Posted by repinementer View Post
Hi I have the follwong command at the end of the program

print arr[1]" "arr[2]" "arr[3]}

I would like to insert the tabs in these three values and 3 values should be in single line.

Would u guys plz suggest me what to do!
are you using that print command inside an awk??
if so just set OFS=" "
or else use \t
or else place a tab inbetween

Last edited by vidyadhar85; 05-26-2009 at 11:39 PM..
  #3 (permalink)  
Old 05-26-2009
devtakh devtakh is offline
Registered User
  
 

Join Date: Oct 2007
Location: Bangalore
Posts: 514
Use printf:

Code:
printf("%s\t%s\t%s\n",arr[1],arr[2],arr[3])

-Devaraj Takhellambam
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 09:13 PM.


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