![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S-286: PHP Path Translation Vulnerability | iBot | Security Advisories (RSS) | 0 | 05-09-2008 01:00 PM |
| help --translation | beijingzhzj | UNIX for Dummies Questions & Answers | 1 | 11-10-2006 07:26 PM |
| perl translation - date command | junkmail426 | Shell Programming and Scripting | 1 | 09-23-2005 08:30 PM |
| I need translation! | 801238429 | Shell Programming and Scripting | 7 | 04-05-2005 01:50 PM |
| Swedish Character translation | rebelwassie | High Level Programming | 0 | 10-27-2004 12:04 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
need translation?
Can someone tell me exactly what this code is doing?
# # gnutest # # Test launch of ghostscript (gs) from a script # rm gnutest.ps # # ------- calculation that would generate file(s) to # be plotted with gnuplot would be placed here ----------- # gnuplot << \E-o-f2 set terminal postscript set output "gnutest.ps" set xrange [-0.5:3.5] set yrange [-9:5] plot 3.1*x-8.3 with lines \E-o-f2 # echo " " echo " Type quit to exit ghostscript " echo " " # gs gnutest.ps # |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|