Search Results

Search: Posts Made By: walforum
8,947
Posted By walforum
Hi was able to put some color in the file using...
Hi was able to put some color in the file using a2ps
You can download a2ps from macports.

a2ps -R --column=1 --no-header --font-size=20 --pretty-print=js --highlight-level=heavy --pro=color...
6,744
Posted By walforum
Hi was able to put some color in the file using...
Hi was able to put some color in the file using a2ps
You can download a2ps from macports.

a2ps -R --column=1 --no-header --font-size=20 --pretty-print=js --highlight-level=heavy --pro=color...
8,947
Posted By walforum
Of course it does, hehehe :)
Of course it does, hehehe :)
8,947
Posted By walforum
I know it can be done with sed: However "what" do...
I know it can be done with sed: However "what" do you change to "what"?
If you are familiar with ps file syntax please give an example.
Thanks
8,947
Posted By walforum
change text color in postscript file
Hi everyone,
I have a program that produces postscript files on the fly
The color of the files produced are in black and white

I want to change the text color of postscript file as the file is...
4,704
Posted By walforum
The X11 page can be found here: Open Source -...
The X11 page can be found here:
Open Source - Tools - X11 (http://developer.apple.com/opensource/tools/x11.html)

This comes with OS X leopard which I'm using.

I got my program working by using...
4,704
Posted By walforum
My system is MAC OS X and X server is X 11
My system is MAC OS X and X server is X 11
4,704
Posted By walforum
more ideas ?
@jlliagre thanks for brainstorming with me, but the mail method still doesn't suffice, I want the cronjob to open a terminal and display the interaction while running.

I tried setting the...
4,704
Posted By walforum
standard input and cron
I have a program that requires the user to enter input values while it is being run
for example in bash
...
...
..
echo "Enter your input"
read input
echo $input
...
...
...I need to...
9,653
Posted By walforum
Thanks Guys The post by agama has been very...
Thanks Guys
The post by agama has been very helpful !!!
I put all the cron jobs in one file and after saving it displayed:

crontab: installing new crontab

editng with crontab -e is also...
9,653
Posted By walforum
Hi, I Use a MAC OS x 10.6.8 I need...
Hi,
I Use a MAC OS x 10.6.8
I need administrative rights to use -u option which I don't have right now, but Thanks anyway.
9,653
Posted By walforum
Thanks for your reply How about if the logged...
Thanks for your reply
How about if the logged in user has say about ten different crons scheduled and wants to see them all,
crontab -l only shows the tenth one out of the ten cron jobs, how do...
9,653
Posted By walforum
HI Mirni, I guessed I used the wrong choice of...
HI Mirni,
I guessed I used the wrong choice of words, "schedule" crontab is the right word, and that is what I did, but my question is still not answered,

Here is the question again:

Why does...
9,653
Posted By walforum
How to View multiple Cron jobs
Hi,
I ran two crontab commands
using:
crontab program1
crontab program2

However when I type crontab -l only the second cron job shows up, how do I see all cron jobs running and how do I edit...
1,631
Posted By walforum
Solved
Thanks This solves the problem:b::)
1,631
Posted By walforum
ftp script doesn't download jpg properly
ftp script doesn't download jpg properly
The downloaded files have color splotches
Here is the script:

ftp -n me@institute.edu <<END_SCRIPT
quote user name
quote pass password
prompt
mget...
13,173
Posted By walforum
Send mail from command line
Hi All;
I need to send emails from command line in some of my shell scripts.

I tried : mail -s "Subject" member@body.com < testfile
where test file contains body of the mail

This work on my...
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 07:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy