Sponsored Content
Full Discussion: Spacing between words
Top Forums Shell Programming and Scripting Spacing between words Post 302480102 by radoulov on Tuesday 14th of December 2010 03:48:53 AM
Old 12-14-2010
This script will pad the first column with spaces:

Code:
awk -F= 'BEGIN { 
  ARGV[ARGC++] = ARGV[ARGC-1] 
  }
NR == FNR {
  length($1) > ml && ml = length($1)
  next
  }
{ 
  printf "%-*s=%s\n", ml, $1, $2 
  }' infile

Do you really need tabs?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

spacing question

hi , i have follwing strings in a text file hello i am cool hey i am cool arrey i am cool in all the above 3 i wanna retrieve cool.......for this i used split(/ /) but it takes into consideration only one space.......is there any regular expression to do the trcik? ... (7 Replies)
Discussion started by: vivekshankar
7 Replies

2. Shell Programming and Scripting

character spacing issue

I have a script that has a counter in it, the output from the script puts the values in columns, and when the values are greater than 9 it moves the rest of the row over, hence displacing the columns. Is their something I can do to make these values fit in their respective column? I tried typing an... (1 Reply)
Discussion started by: wxornot
1 Replies

3. Shell Programming and Scripting

How to adjust spacing

Is there a way to adjust spacing of a line using k shell? e.g I have a file below $ cat file1 AAA BBB CCC A B C AAAA BB CC I want each word to be adjusted with spaces to have 10 character length like below: AAA BBB CCC A B C AAAA BB CC Any... (4 Replies)
Discussion started by: stevefox
4 Replies

4. Shell Programming and Scripting

spacing problem

Hi guys, I have this little code: for directory in / $(echo $path | tr '/' ' ' ) do cd $directory echo "$(ls -ld | cut -c2-10 | sed 's/.\{3\}/& /' | sed 's/.\{7\}/& /' | sed 's/.\{1\}/& /g')" " $directory" done The output of this will be showing the permissions with spaces so it will... (2 Replies)
Discussion started by: darkhider
2 Replies

5. UNIX for Dummies Questions & Answers

Help with the spacing

while IFS="" read r; do printf "XXX\t%s\n" "$r" done < test1.txt > test.txt The issue is, XXX wud be a dummy column/row added to the file..But i want this XXX column to be a separated as a TAB Delimiter it should be something like XXX 1 XXX 2 (3 Replies)
Discussion started by: saggiboy10
3 Replies

6. UNIX for Dummies Questions & Answers

paste command without spacing?

I'm trying to combine text files without a space. So if i use the paste command paste file1 file2 file3 > file4 the new file created has spacing between the contents of the once individual files. Is there some trick I can do with a delimiter that removes the spaces.. like paste -d'' or... (1 Reply)
Discussion started by: steveinthebox
1 Replies

7. UNIX for Dummies Questions & Answers

Define spacing of columns

Hi! I need to change the spacing assigned to each number in a text file. I have an input file with 5 columns and 3 rows. Here, all numbers are separated by 1 space. I need to change this in such a way that the number in the first column has 6, the number in the second column has 5 and all other... (2 Replies)
Discussion started by: Alauda
2 Replies

8. UNIX for Dummies Questions & Answers

output spacing and formatting

here is my code and output, i just want to display it clearly to the users. how can I fix the spacing or put some headers like NAME, DEV id, Size, Meta code: symdg show $INS-${SNAP} | egrep "D-" | awk '{print $1,$3,$NF,$5}' output: D-arch 23C2 983040 (M) D-db 0704 245760 (M) D-undo 07DB... (12 Replies)
Discussion started by: prodigy06
12 Replies

9. Shell Programming and Scripting

Uniform Spacing in the message

Hello, I am running a script which sends an output as an email; I am having issues with the spacing being not uniform in the message. Snippet of the code and email message below: if ] then echo "$Hostname\tMISSING\tHMCBackup" >> $BackupMsg else if ] then echo... (12 Replies)
Discussion started by: hasn318
12 Replies

10. UNIX for Beginners Questions & Answers

Grep spacing issue

Hi, I'm trying to match html strings using grep commend and I'm not able to eliminate the extra spaces. This is working when there is no space. Can anyone help me what am I missing here? I'm able to match KayDee where there is no space. grep commands tried: grep -P -o -e... (1 Reply)
Discussion started by: Shenbaga.d
1 Replies
spintime(1)							  [incr Widgets]						       spintime(1)

__________________________________________________________________________________________________________________________________________________

NAME
spintime - Create and manipulate time spinner widgets SYNOPSIS
spintime pathName ?options? INHERITANCE
itk::Widget <- Spintime STANDARD OPTIONS
background cursor foreground relief See the "options" manual entry for details on the standard options. ASSOCIATED OPTIONS
textBackground textFont See the "entryfield" manual entry for details on the above associated options. labelFont labelMargin See the "labeledwidget" manual entry for details on the above associated options. arrowOrient repeatDelay repeatInterval See the "spinner" manual entry for details on the above associated options. WIDGET-SPECIFIC OPTIONS Name: labelPos Class: Position Command-Line Switch: -labelpos Specifies the position of the label along the sides of the various spinners: n, e, s, or w. The default is w. Name: hourLabel Class: Text Command-Line Switch: -hourlabel Specifies the text of the label for the hour spinner. The default is "Hour". Name: hourOn Class: hourOn Command-Line Switch: -houron Specifies whether or not to display the hour spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: hourWidth Class: Width Command-Line Switch: -hourwidth Specifies the width of the hour spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: militaryOn Class: militaryOn Command-Line Switch: -militaryon Specifies use of a 24 hour clock for hour display in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: minuteLabel Class: Text Command-Line Switch: -minutelabel Specifies the text of the label for the minute spinner. The default is "Minute". Name: minuteOn Class: minuteOn Command-Line Switch: -minuteon Specifies whether or not to display the minute spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: minuteWidth Class: Width Command-Line Switch: -minutewidth Specifies the width of the minute spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: orient Class: Orient Command-Line Switch: -orient Specifies the orientation of the hour, minute, and second spinners: vertical or horizontal. The default is horizontal. Name: secondLabel Class: Text Command-Line Switch: -secondlabel Specifies the text of the label for the second spinner. The default is "Second" Name: secondOn Class: secondOn Command-Line Switch: -secondon Specifies whether or not to display the second spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: secondWidth Class: Width Command-Line Switch: -secondwidth Specifies the width of the second spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: timeMargin Class: Margin Command-Line Switch: -timemargin Specifies the margin space between the hour, minute, and second spinners is any of the forms accpetable to Tcl_GetPixels. The default is 1 pixel. __________________________________________________________________________________________________________________________________________________ DESCRIPTION
The spintime command creates a set of spinners for use in time value entry. The set includes an hour, minute, and second spinner widget. METHODS
The spintime command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form: pathName option ?arg arg ...? Option and the args determine the exact behavior of the command. The fol- lowing commands are possible for spintime widgets: WIDGET-SPECIFIC METHODS pathName cget option Returns the current value of the configuration option given by option. Option may have any of the values accepted by the spintime command. pathName configure ?option? ?value option value ...? Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. Option may have any of the values accepted by the spintime command. pathName get ?format? Returns the current contents of the spintime widget in a format of string or as an integer clock value using the -string and -clicks format options respectively. The default is by string. Reference the clock command for more information on obtaining time and its formats. pathName show time Changes the currently displayed time to be that of the time argument. The time may be specified either as a string, an integer clock value or the keyword "now". Reference the clock command for more information on obtaining times and its format. COMPONENTS
Name: hour Class: Spinint The hour component is the hour spinner of the time spinner. See the SpinInt widget manual entry for details on the hour component item. Name: minute Class: Spinint The minute component is the minute spinner of the time spinner. See the SpinInt widget manual entry for details on the minute com- ponent item. Name: second Class: Spinint The second component is the second spinner of the time spinner. See the SpinInt widget manual entry for details on the second com- ponent item. EXAMPLE
spintime .st pack .st -padx 10 -pady 10 AUTHOR
Sue Yockey Mark L. Ulferts KEYWORDS
spintime, spinint, spinner, entryfield, entry, widget Tk spintime(1)
All times are GMT -4. The time now is 10:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy