View Single Post
Old 01-22-2004, 08:54 PM   #1
Nosmada
Orange Mole
 
Join Date: Dec 2003
Posts: 32
Can I close Putty during command line indexing?

Can I close Putty during command line indexing or will it stop indexing? This is what I do with perl scripts:


nohup perl nph-build.cgi --all > log.txt &

[the nohup command means it keeps running even if you hang up and come back later - log.txt & - that is where the output goes]

tail -n50 -f log.txt

[this line gets you back into the log to see what is going on in realtime]

Can I use the same commands in php? Do I need to? How does it work?
__________________
Nosmada
Nosmada is offline   Reply With Quote