Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
How to dot sourcing a function ?
Answer
. /path/to/fuctions.sh

Question
How to dot sourcing a function ?
Answer
?

Question
How to dot sourcing a function ?
Answer
. /path/to/fuctions.sh
If you want to change selection, open document below and click on "Move attachment"

Writing functions - Linux Shell Scripting Tutorial - A Beginner's handbook
/functions All shell functions are treated as a command. You must define a function at the start of a script. You must load a function file at the start of a script using source (or .) command: <span>. /path/to/fuctions.sh OR source /path/to/fuctions.sh You can call function like normal command: name name arg1 arg2 Write a function at the start of a script A function must be created before calling. For ex

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.