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
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised 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.