Sponsored Content
Full Discussion: V shape
Top Forums Shell Programming and Scripting V shape Post 49233 by SilverFang on Monday 29th of March 2004 04:09:56 AM
Old 03-29-2004
V shape

Hi, Im new to UNIX and figured I should sign up to this board to get some help. I was wondering if someone can help me out with a CShell script.
Im trying to get it to display a V shape of the word school. Using a while loop
i.e
S S
C C
H H
OO
L


Last edited by SilverFang; 03-29-2004 at 06:36 AM..
 

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

shape up the script

HI all ! does anyone have an idea how can i make a script look better ?? what i mean is thah its a menu that is being activated with case options. i need it to look better , is there a way to do it on unix ?? (except with ==== & ****** ) 10x alot bye (1 Reply)
Discussion started by: udi
1 Replies

2. Solaris

How to make man outputs in English look in good shape?

Hi, My question is how to make man outputs in English look in good shape. I use OpenSolais with a locale setting "LANG=ja_JP.UTF-8". Under this circumstance running "man something" shows Japanese translated man pages, but I need to read original English man explanations occasionally. "LANG=C... (2 Replies)
Discussion started by: fragile_it
2 Replies
DTK_CREATE_COMPOSITE_SHAPE(3)					Draw Toolkit manual				     DTK_CREATE_COMPOSITE_SHAPE(3)

NAME
dtk_create_composite_shape - Create or modify a shape holding other shapes SYNOPSIS
#include <drawtk.h> dtk_hshape dtk_create_composite_shape(dtk_hshape shp, unsigned int num, const dtk_hshape *list, int free_children); DESCRIPTION
dtk_create_composite_shape() creates a shape made of num different shapes specified by the array list. When dtk_draw_shape(3) is called on the composite shape, all referenced shapes will be rendered in the order of list. The composite shape create its own copy of the shape list, so there is no need to keep the array pointed by list allocated after the function returns. If free_children is a non-zero value, the destruction of the composite shape will destroy the underlaying shapes. If free_children is zero, destroying the composite shape will leave the referenced shapes untouched, so that dtk_destroy_shape() should be called for all individual shapes. shp can be used to modify a previously created shape. If it is non-null, the handle will be used to modify the shape referenced by shp: no new shape is created and the returned value is ensured to be shp in case of success, NULL otherwise. If shp is NULL, the function will attempt to create a new shape. RETURN VALUE
In case of success the function returns the handle to the newly created or modified shape. If the shp argument is non-null, the handle returned is the same value. In case of error, NULL is returned. SEE ALSO
dtk_destroy_shape(3), dtk_create_shape(3) EPFL
2010 DTK_CREATE_COMPOSITE_SHAPE(3)
All times are GMT -4. The time now is 10:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy