j
k
j a
j l
I read:
I would like to write various output to a log file in the same manner as the print object. Does such an object exist?
[/tmp/log log this stuff ( | [shell]
cat /tmp/log
#!/bin/bash echo $@ >> /tmp/log.txt
?
HTH
x
Back to the thread
Back to the list