Sponsored Content
Top Forums Shell Programming and Scripting No logro solucionar sacar el dia de la semana de una fecha dada. Post 302365513 by DukeNuke2 on Tuesday 27th of October 2009 09:24:42 AM
Old 10-27-2009
please write a new post in english and please use CODE tags!

thank you
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Dada engine

Hi, I wonder if someone can help me with what is probably a very easy question. :) I'm relatively new to UNIX and have recently been trying to get into it more since I bought a new Mac. I'm trying to run the dada engine (to generate random text based on rules) but I can't seem to get it to work.... (2 Replies)
Discussion started by: cptj
2 Replies

2. UNIX Desktop Questions & Answers

Comandos para consultar una HBA en Tru64

Hola, alguien me puede ayudar enviandome los comandos para cpnsultar las HBA que estan asignadas y que ve un servidor con SO tru Unix64 Gracias (1 Reply)
Discussion started by: darru
1 Replies

3. Shell Programming and Scripting

Necesito la fecha de creacion, modificacion y ultimo acceso de un fichero!

Hola, no se casi nada de linux pero tengo que hacer un tp para la facultad, y uno de los puntos me pide que muestre en pantalla la fecha de creacion , modificacion y ultimo acceso de un fichero pasado por parametro a un script.:confused: Alguien me ayuda!? gracias. (1 Reply)
Discussion started by: palitodlselva
1 Replies

4. Shell Programming and Scripting

convertir una columna en varias

Tengo un fichero con este formato: A1 A2 A3 A4 B1 B2 B3 B4 . . . . y lo quiero convertir en esto: A1 A2 A3 A4 B1 B2 B3 B4 .. .. ..... . . .. (1 Reply)
Discussion started by: manudbc
1 Replies

5. HP-UX

HP-UX cómo saber si una LUN esta en un Volume Group

Hola a todos, me gustaría saber cómo chequear si estas LUN´s objecthexuid .........................: 6005-08b4-0001-529c-0005-6000-45d6-0000 objecthexuid .........................: 6005-08b4-0001-529c-0005-6000-45d9-0000 objecthexuid .........................:... (1 Reply)
Discussion started by: aav1307
1 Replies
DIA(1)                                                            [FIXME: manual]                                                           DIA(1)

NAME
dia - a diagram drawing program SYNOPSIS
dia [-c] [--credits] [-e OUTPUT] [--export=OUTPUT] [-L LAYER,LAYER,...] [--show-layers=LAYER,LAYER,...] [-h] [--help] [-n] [--nosplash] [-s WxH] [--size=WxH] [-t FORMAT] [--filter=FORMAT] [-v] [--version] [file ...] DESCRIPTION
Dia is used to create diagrams. Dia has a number of basic tools, like lines and boxes but can also dynamically load sheets. A sheet is a collection of tools that are used in a certain type of diagram. Most diagram objects in Dia have connection points. Lines can be connected to these connection points and this way graph structures can be formed. When objects are moved or resized the connections will follow the objects. Diagrams drawn in Dia can be exported as PostScript. OPTIONS
Dia accepts the following options: -c --credits Display credits list and exit. -e OUTPUT --export=OUTPUT Export loaded file to OUTPUT and exit. -h --help Display a list of all commandline options. -n --nosplash Do not show the splash screen. -s WxH --size=WxH Export loaded file in decimal given width and/or height. It is allowed to only select width or height. E.g. --size=520x exports an image that is 520 pixels wide, while --size=x900 exports an image of 900 pixels height. Note This option is currently only implemented for the PNG export filter. -L LAYER,LAYER,... --show-layers=LAYER,LAYER,... Only include specified layers when exporting. Layers can be specified either as a layer name, the layer number or a numeric range X-Y of layers. --show-layers=background,2-5 shows the layer named background and layers 2-5, --show-layers=2- shows layers 2 and up. -t FORMAT --filter=FORMAT Export loaded file in FORMAT and exit. Format are described below. -v --version Display dia version and exit. EXPORT FORMATS
The following export formats are supported by dia. o cgm (Computer Graphics Metafile, ISO 8632) o dia (Native dia diagram) o dxf (Drawing Interchange File) o eps or eps-builtin or eps-pango (Encapsulated PostScript) The format specifications eps and eps-pango both use the font renderer of the Pango library, while eps-builtin uses a dia specific font renderer. If you have problems with Pango rendering, e.g. Unicode, try eps-builtin instead. o fig (XFig format) o mp (TeX MetaPost macros) o plt or hpgl (HP Graphics Language) o png (Portable Network Graphics) o shape (Dia Shape File) o svg (Scalable Vector Graphics) o pstricks-tex (TeX PSTricks macros) o pgf-tex (TeX PGF/tikz macros) o wpg (WordPerfect Graphics) o wmf (Windows MetaFile) FILES
dia creates a directory .dia in the user's home, which contains different files to store user preferences. To reset dia to it's default behaviour, just remove the respective file: o defaults.dia: contains default values for elements (XML format). o diarc: keeps dia preferences (ASCII). o history: keeps the list of last edited diagrams (ASCII). o menurc: contains an automated accelerator map dump (Lisp). o persistence: contains GUI information, e.g. open windows (XML). o pluginrc: the list of loaded plugins (XML). SEE ALSO
Pango[1] X (1) xfig (1) inkscape (1) COPYRIGHT
Copyright 1999 Alexander Larsson. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. AUTHORS
Alexander Larsson This manual was written by Fredrik Hallenberg. AUTHORS
Fredrik Hallenberg <hallon@lysator.liu.se> Author. W. Borgert <debacle@debian.org> Author. Alan Horkan <horkana@tcd.ie> Author. COPYRIGHT
Copyright (C) 1999, 2004 Fredrik Hallenberg, W. Borgert, Alan Horkan NOTES
1. Pango http://www.pango.org/ [FIXME: source] 2004-11-26 DIA(1)
All times are GMT -4. The time now is 09:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy