It takes strings from stdin (mostly via pipe, where another commands output is xargs' stdin), and it seperates the strings by whitespace (mostly linebreaks), and then gives those strings, one by one as command line arguments to another command (for example to find, rm, touch, etc).
e.g. find . -name '*.py' | xargs touch
^^ above will change the update timestamp of all python files in all subdirectories below current one, to current timestamp
It takes strings from stdin (mostly via pipe, where another commands output is xargs' stdin), and it seperates the strings by whitespace (mostly linebreaks), and then gives those strings, one by one as command line arguments to another command (for example to find, rm, touch, etc).
e.g. find . -name '*.py' | xargs touch
^^ above will change the update timestamp of all python files in all subdirectories below current one, to current timestamp
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 |