![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S-286: PHP Path Translation Vulnerability | iBot | Security Advisories (RSS) | 0 | 05-09-2008 09:00 AM |
| help --translation | beijingzhzj | UNIX for Dummies Questions & Answers | 1 | 11-10-2006 03:26 PM |
| perl translation - date command | junkmail426 | Shell Programming and Scripting | 1 | 09-23-2005 04:30 PM |
| I need translation! | 801238429 | Shell Programming and Scripting | 7 | 04-05-2005 09:50 AM |
| Swedish Character translation | rebelwassie | High Level Programming | 0 | 10-27-2004 08:04 AM |
|
|
Submit Tools | LinkBack | Thread Tools | 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 # |
| Forum Sponsor | ||
|
|