Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Inserting comments in the PCL file
Name: Renuka Date: May 27, 2003 at 21:28:57 Pacific OS: Windows 2000 CPU/Ram: 128MB
Comment:
What is the syntax for adding the comments in the PCL file.
Summary: The tools to use are sed and/or awk depending of what you want to do. Hre is an example with sed. Assume pp.txt structure : [send] SEND_FILE §{send_file} [end send] In your script, you want to replace...
Summary: Hi A shell script is written in which 3 files t1 t2 t3 are appended in a single T file and then the file T is converted to pdf format using ps2pdf What changes should be done so that every file star...
Summary: Hi luke Chi Thanks its works great Just 1 question, if i have to replace a field in the .pf files for example change "128" to "256" ? what do I i use. tried: for FILE in `ls *.pf` do echo sed 's/128/...