04-11-2019 11:31 AM
Solved! Go to Solution.
04-11-2019 03:40 PM
fileName = "thisFileWasCreatedWithPython"
f = open('/usr/local/cfg/' + fileName + '.log', 'a')
# ls *.log
-rw-r--r-- 1 admin admin 241770 Apr 11 21:29 thisFileWasCreatedWithPython.log
04-12-2019 06:44 AM
04-11-2019 03:40 PM
fileName = "thisFileWasCreatedWithPython"
f = open('/usr/local/cfg/' + fileName + '.log', 'a')
# ls *.log
-rw-r--r-- 1 admin admin 241770 Apr 11 21:29 thisFileWasCreatedWithPython.log