|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Draw a Horizontal and Vertical line on UNIX
I want to draw a horizontal and vertical line on Unix. Please suggest some solution.
|
| Sponsored Links |
|
|
|
|||
|
Please give more details...
There are many ways to do this, one could open Open Office Draw or Gimp and draw a horizontal/vertical line. One could create a c++ application that draws a line (vertical/horizontal) on the screen, or many other various ways one could "draw a line" in Unix. There is just no way to get what you are trying to do from the lines you wrote. |
|
|||
|
Where is the data for the graph coming from?
Are you just manually creating a graph in a graphic application? Are you asking for a log analysis tool that will create a graph? There is really no information here to know what you want. I am sorry really, but without more information I doubt anyone can help you as we do not fully understand what you need. |
|
||||
![]() I'm not sure what you're getting at or what your desired output really is but if you just need to display: Code:
12:00 3:00 Line |_________| Then just: Code:
echo "12:00 3:00" echo "Line |__________|" Like I said earlier, you need to post more details man. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to draw table/matrix using shell script? | jakSun8 | Shell Programming and Scripting | 2 | 03-18-2009 10:53 PM |
| plotting a straight horizontal line | wadhwa.pooja | Shell Programming and Scripting | 2 | 02-06-2009 12:20 PM |
| draw graphics to stdout in solaris | shivamasam | Solaris | 0 | 02-04-2009 02:56 AM |
| help for saving vertical datas to horizontal with "awk" or "cut" | mercury | Shell Programming and Scripting | 3 | 02-03-2009 06:06 PM |
| converting horizontal line to vertical line | vasikaran | UNIX for Dummies Questions & Answers | 3 | 07-01-2005 02:10 AM |