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
|