Sponsored Content
Top Forums Shell Programming and Scripting Output breaking when returning multiple values Post 302758765 by Azrael on Sunday 20th of January 2013 08:43:20 PM
Old 01-20-2013
I did try using "@" to display all the array contents. However, as you suggested that didn't work. That's why I eluded to the use of white space.

It appears my last attempt will work for my purposes, but I would like to understand how to display a full array's contents with kdialog.

Thanks again,
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Returning Values (shell Script)

I have an application on Informix 4GL, and I am invoking the shell script from the program, but I need to know if the shell script work fine or not, in order to continue the process. I know that we can use $? to get the final status but this is on unix command. How can I return a value from the... (3 Replies)
Discussion started by: jennifer01
3 Replies

2. UNIX for Dummies Questions & Answers

Breaking output for specific pattern

Respected Sirs, I have a text file which is unfortunately unformatted. I have something like 191728/02/06226278 191828/02/06226279 191928/02/06226280 192028/02/06226281 192128/02/06226282 Can some one suggest me the way so that I can store 1917 28/02/06 226278 in different... (2 Replies)
Discussion started by: shoeb_syed
2 Replies

3. Shell Programming and Scripting

awk/nawk returning decimal values?

Hi Running a specific nawk statement over a 17m lines files returns the following: /bin/nawk: not enough args in ..... input record number 1,25955e+06, file test.1 source line number 1 I'd like to report the line number (in bold above) in decimal not floating so that i can spot it out. ... (1 Reply)
Discussion started by: moutaye
1 Replies

4. Programming

returning multiple values from a function in C

hi how can I return multiple values from a C function. I tried the following: #include <stdio.h> void foo(int id, char *first_name, char *last_name) { /* this is just an example to illustrate my problem... real code makes use of the "id" parameter. */ first_name = (char... (8 Replies)
Discussion started by: Andrewkl
8 Replies

5. Shell Programming and Scripting

Breaking a column's value into multiple rows

Hello Friends, I am trying to implement the following using UNIX. I am getting a sequential file as input which would have two columns, "Name" and "Countries Visited". The "Countries Visisted" field will be multi-valued, each value separated by a space and also the number of values are not... (2 Replies)
Discussion started by: mehimadri
2 Replies

6. UNIX for Dummies Questions & Answers

For loop returning more values

Hi All, Thanks all of you for the help you provide to me. Well, I have one more problem, where I am trying to pull file system information in the loop and display the filesystem percentege. I am using following code to achive this, nut it's giving the weired output. My file system is ... (1 Reply)
Discussion started by: alok.behria
1 Replies

7. Shell Programming and Scripting

Returning and capturing multiple return values from a function

Hi I am pretty confused in returning and capturing multiple values i have defined a function which should return values "total, difference" i have used as #!/usr/bin/ksh calc() { total=$1+$2 echo "$total" diff=$2-$1 echo "$diff" } I have invoked this function as calc 5 8 Now i... (2 Replies)
Discussion started by: Priya Amaresh
2 Replies

8. Shell Programming and Scripting

Returning multiple values in Shell

Hi I have a code as the following #!/usr/bin/ksh set -x row() { a=$1 b=$2 c=$(($a + $b)) d=$(($a * $b)) echo $a $b } e=`row 2 3` set $e echo "The value of c is $c" echo "The value of d is $d" My requirement is I need to pass two arguments to a function and return two values... (5 Replies)
Discussion started by: Priya Amaresh
5 Replies

9. Shell Programming and Scripting

Extract multiple values from a tnsping output

Hi all, Can anyone help with the following request? I need to extract HOST value, SERVICE_NAME and msec value from a tnsping output and append to a file. The tnsping output is typically as follows: Used TNSNAMES adapter to resolve the alias Attempting to contact (DESCRIPTION = (ADDRESS =... (4 Replies)
Discussion started by: jonnyd
4 Replies

10. UNIX for Dummies Questions & Answers

Read in Multiple log files and output selected variables and values to cvs file

I have several problems with my problems: I hope you can help me. 1) the If else statement I am getting an error message. My syntax must be incorrect because the entire statement is throwing an error. For example in filew.log if these items don't exist Memsize, SASFoundation and also if... (0 Replies)
Discussion started by: dellanicholson
0 Replies
AllPlanes(3X11) 						     MIT X11R4							   AllPlanes(3X11)

Name
       AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, XListDepths, DefaultGC, DefaultRootWindow, Default-
       ScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, Proto-
       colVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease - Display macros

Syntax
       AllPlanes

       BlackPixel(display, screen_number)

       WhitePixel(display, screen_number)

       ConnectionNumber(display)

       DefaultColormap(display, screen_number)

       DefaultDepth(display, screen_number)

       int *XListDepths(display, screen_number, count_return)
	  Display *display;
	  int screen_number;
	  int *count_return;

       DefaultGC(display, screen_number)

       DefaultRootWindow(display)

       DefaultScreenOfDisplay(display)

       DefaultScreen(display)

       DefaultVisual(display, screen_number)

       DisplayCells(display, screen_number)

       DisplayPlanes(display, screen_number)

       DisplayString(display)

       LastKnownRequestProcessed(display)

       NextRequest(display)

       ProtocolVersion(display)

       ProtocolRevision(display)

       QLength(display)

       RootWindow(display, screen_number)

       ScreenCount(display)

       ScreenOfDisplay(display, screen_number)

       ServerVendor(display)

       VendorRelease(display)

Arguments
       display	 Specifies the connection to the X server.

       screen_number
		 Specifies the appropriate screen number on the host server.

       count_return
		 Returns the number of depths.

Description
       The macro returns a value with all bits set to 1 suitable for use in a plane argument to a procedure.

       The macro returns the black pixel value for the specified screen.

       The macro returns the white pixel value for the specified screen.

       The macro returns a connection number for the specified display.

       The macro returns the default colormap ID for allocation on the specified screen.

       The macro returns the depth (number of planes) of the default root window for the specified screen.

       The function returns the array of depths that are available on the specified screen.  If the specified screen_number is valid and suffi-
       cient memory for the array can be allocated, sets count_return to the number of available depths.  Otherwise, it does not set count_return
       and returns NULL.  To release the memory allocated for the array of depths, use

       The macro returns the default GC for the root window of the specified screen.

       The macro returns the root window for the default screen.

       The macro returns the default screen of the specified display.

       The macro returns the default screen number referenced in the routine.

       The macro returns the default visual type for the specified screen.

       The macro returns the number of entries in the default colormap.

       The macro returns the depth of the root window of the specified screen.

       The macro returns the string that was passed to when the current display was opened.

       The macro extracts the full serial number of the last request known by Xlib to have been processed by the X server.

       The macro extracts the full serial number that is to be used for the next request.

       The macro returns the major version number(11) of the X protocol associated with the connected display.

       The macro returns the minor protocol revision number of the X server.

       The macro returns the length of the event queue for the connected display.

       The macro returns the root window.

       The macro returns the number of available screens.

       The macro returns a pointer to the screen of the specified display.

       The macro returns a pointer to a null-terminated string that provides some identification of the owner of the X server implementation.

       The macro returns a number related to a vendor's release of the X server.

See Also
       BlackPixelOfScreen(3X11), ImageByteOrder(3X11), IsCursorKey(3X11), XOpenDisplay(3X11)
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																   AllPlanes(3X11)
All times are GMT -4. The time now is 02:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy