In linux, if you want to use the awk command (which is the interpreter for the GAWK/AWK language), you use the following format (be very specific with the syntax):
awk [...] [...] <-- looking for two different occulsions
awk 'program' file(s)
^^ note that the program is in single quotes!!!
^^^ note that the file could be stdin (mostly supplied via pipe, e.g. ls -l | awk '{print $9}'
In linux, if you want to use the awk command (which is the interpreter for the GAWK/AWK language), you use the following format (be very specific with the syntax):
awk [...] [...] <-- looking for two different occulsions
In linux, if you want to use the awk command (which is the interpreter for the GAWK/AWK language), you use the following format (be very specific with the syntax):
awk [...] [...] <-- looking for two different occulsions
awk 'program' file(s)
^^ note that the program is in single quotes!!!
^^^ note that the file could be stdin (mostly supplied via pipe, e.g. ls -l | awk '{print $9}'
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 |