diff --git a/Manuals/en/Html/Repository/repository_40.html b/Manuals/en/Html/Repository/repository_40.html index 6be5263..3ecc0ab 100644 --- a/Manuals/en/Html/Repository/repository_40.html +++ b/Manuals/en/Html/Repository/repository_40.html @@ -1141,23 +1141,23 @@ message and ends its execution.
Output absolute path to temporal file NAME.
-cli_getTemporalFile
uses `/tmp' directory as source
-location to store temporal files, the `centos-art.sh' script
-name, and a random identification string to let you run more than one
-`centos-art.sh' script simultaneously on the same user session.
-For example, due the following temporal file defintion:
+
The cli_getTemporalFile
function uses `/tmp' directory as
+source location to store temporal files, the `centos-art.sh'
+script name, and a random identification string to let you run more
+than one `centos-art.sh' script simultaneously on the same user
+session. For example, due the following temporal file defintion:
cli_getTemporalFile $FILE-
If FILE name is `instance.svg' and unique random string is -`f16f7b51-ac12-4b7f-9e66-72df847f12de', the final temporal file, -built from previous temporal file definition, would be: +
If FILE name is `instance.svg' and the unique random string +is `f16f7b51-ac12-4b7f-9e66-72df847f12de', the final temporal +file, built from previous temporal file definition, would be:
/tmp/centos-art.sh-f16f7b51-ac12-4b7f-9e66-72df847f12de-instance.svg-
When you use cli_getTemporalFile
function to create temporal
-files, be sure to remove temporal files created once you've ended up
-with them. For example, consider the following construction:
+
When you use the cli_getTemporalFile
function to create
+temporal files, be sure to remove temporal files created once you've
+ended up with them. For example, consider the following construction:
for FILE in $FILES;do @@ -1173,8 +1173,8 @@ with them. For example, consider the following construction: done-
Use cli_getTemporalFile
function whenever you need to create
-temporal files inside `centos-art.sh' script.
+
Use the cli_getTemporalFile
function whenever you need to
+create temporal files inside `centos-art.sh' script.