Skip to content

Commit

Permalink
Documentation for download-command.
Browse files Browse the repository at this point in the history
  • Loading branch information
klartext committed Feb 16, 2015
1 parent daf6871 commit 2cf3c33
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README
Expand Up @@ -609,6 +609,8 @@ List of commands/keywords (not carved in stone so far) by example:
htmldecode;

get;
download;
download( $filename );
system;


Expand Down Expand Up @@ -649,6 +651,21 @@ List of commands/keywords and a short-description of them:
defined at all.


download
downloads an entity and storing to a file.
That is similar to the sequence
get;
save;
but does store the data directly into the resulting file.
The sequence
get;
save;
does load the data into memory first and then afterwards saves it
into a file.
So, for long files, like the mediadata / videofiles,
the download-command would be the better choice.


dropcol
drops a column from a match-result

Expand Down

0 comments on commit 2cf3c33

Please sign in to comment.